Sfoglia il codice sorgente

[Python3.11] support python3.11 in Hue makefile build script (#3806)

Ayush Goyal 1 anno fa
parent
commit
62be61bff2
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. 4 0
      Makefile.vars

+ 4 - 0
Makefile.vars

@@ -159,4 +159,8 @@ else ifeq ($(PYTHON_VER),python3.10)
   PIP_VERSION := 22.2.2
   VIRTUAL_ENV_VERSION := 20.24.4
   VIRTUAL_ENV_RELOCATABLE_VERSION := 0.0.1
+else ifeq ($(PYTHON_VER),python3.11)
+  PIP_VERSION := 22.2.2
+  VIRTUAL_ENV_VERSION := 20.24.4
+  VIRTUAL_ENV_RELOCATABLE_VERSION := 0.0.1
 endif