Skip to content

Commit

Permalink
tools/docker: Add Python3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizux committed Jul 24, 2023
1 parent cce76e9 commit 06aae5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion tools/docker/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ help:
@echo -e "\t\t${BOLD}39${RESET} Python3.9"
@echo -e "\t\t${BOLD}310${RESET} Python3.10"
@echo -e "\t\t${BOLD}311${RESET} Python3.11"
@echo -e "\t\t${BOLD}312${RESET} Python3.12"
@echo
@echo -e "\t${BOLD}<step>${RESET}:"
@echo -e "\t\t${BOLD}env${RESET}"
Expand Down Expand Up @@ -201,7 +202,7 @@ cache/python: | cache
-mkdir $@

## MANYLINUX ##
PYTHON_VERSIONS := 38 39 310 311
PYTHON_VERSIONS := 38 39 310 311 312

export/python/manylinux: | export/python
-mkdir -p $@
Expand Down
2 changes: 1 addition & 1 deletion tools/docker/python/build-manylinux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ DESCRIPTION
\tYou MUST define the following variables before running this script:
\t* PLATFORM: x86_64 aarch64
\t* PYTHON_VERSION: 3 36 37 38 39 310
\t* PYTHON_VERSION: 3 38 39 310 311 312
note: PYTHON_VERSION=3 will generate for all pythons which could take time...
OPTIONS
Expand Down

0 comments on commit 06aae5e

Please sign in to comment.