@@ -33,10 +33,10 @@ help:
3333 @echo -e " \t${BOLD} test_archives${RESET} : Test each OR-Tools archives for all ${BOLD} <distro>${RESET} and ${BOLD} <lang>${RESET} ."
3434 @echo
3535 @echo -e " ${BOLD} PYTHON TARGETS${RESET} "
36- @echo -e " \t${BOLD} python${RESET} : Build musllinux and manylinux python 'ortools' wheel packages (3.8 +)."
37- @echo -e " \t${BOLD} python_<platform>${RESET} : Build all python 'ortools' wheel packages (3.8 +) for a specific platform."
38- @echo -e " \t${BOLD} python_<platform>_<step>${RESET} : Build all python 'ortools' wheel packages (3.8 +) for a specific platform."
39- @echo -e " \t${BOLD} python_<target>_<step>${RESET} : Build python 'ortools' wheel packages (3.8 +) for a specific target."
36+ @echo -e " \t${BOLD} python${RESET} : Build musllinux and manylinux python 'ortools' wheel packages (3.9 +)."
37+ @echo -e " \t${BOLD} python_<platform>${RESET} : Build all python 'ortools' wheel packages (3.9 +) for a specific platform."
38+ @echo -e " \t${BOLD} python_<platform>_<step>${RESET} : Build all python 'ortools' wheel packages (3.9 +) for a specific platform."
39+ @echo -e " \t${BOLD} python_<target>_<step>${RESET} : Build python 'ortools' wheel packages (3.9 +) for a specific target."
4040 @echo -e " \t${BOLD} save_python_<target>${RESET} : Save python 'ortools' image."
4141 @echo -e " \t${BOLD} clean_python_<target>${RESET} : Clean manylinux and musllinux python 'ortools' wheel packages."
4242 @echo -e " \t${BOLD} sh_python_<target>${RESET} : Run a container using the python 'ortools' image."
5454 @echo -e " \t\t${BOLD} manylinux${RESET} (manylinux_2_28)"
5555 @echo
5656 @echo -e " \t${BOLD} <version>${RESET} :"
57- @echo -e " \t\t${BOLD} 38${RESET} Python3.8"
5857 @echo -e " \t\t${BOLD} 39${RESET} Python3.9"
5958 @echo -e " \t\t${BOLD} 310${RESET} Python3.10"
6059 @echo -e " \t\t${BOLD} 311${RESET} Python3.11"
@@ -118,7 +117,7 @@ help:
118117 @echo -e "\t\t${BOLD}cpp${RESET} C++"
119118 @echo -e "\t\t${BOLD}dotnet${RESET} .Net Core 3.1 and/or .Net 6.0 wrappers"
120119 @echo -e "\t\t${BOLD}java${RESET} Java (JDK 8.0) wrappers"
121- @echo -e "\t\t${BOLD}python${RESET} Python 3.8 + wrappers"
120+ @echo -e "\t\t${BOLD}python${RESET} Python 3.9 + wrappers"
122121 @echo
123122 @echo -e "\te.g. 'make sh_amd64_ubuntu-22.04_cpp_build'"
124123 @echo -e "\te.g. 'make amd64_ubuntu-22.04_cpp_archive'"
@@ -204,7 +203,7 @@ cache/python: | cache
204203 -mkdir $@
205204
206205# # MANYLINUX ##
207- PYTHON_VERSIONS := 38 39 310 311 312 313
206+ PYTHON_VERSIONS := 39 310 311 312 313
208207
209208export/python/manylinux : | export/python
210209 -mkdir -p $@
0 commit comments