Explorar o código

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

Ayush Goyal hai 1 ano
pai
achega
62be61bff2
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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