Explorar el Código

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

Ayush Goyal hace 1 año
padre
commit
62be61bff2
Se han modificado 1 ficheros con 4 adiciones y 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