Skip to content

Commit

Permalink
add python versions in missing spots
Browse files Browse the repository at this point in the history
  • Loading branch information
arnabanimesh authored Oct 18, 2024
1 parent f7f2fad commit 7073fa9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/docker/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ cache/python: | cache
-mkdir $@

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

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 38 39 310 311 312
\t* PYTHON_VERSION: 3 38 39 310 311 312 313
note: PYTHON_VERSION=3 will generate for all pythons which could take time...
OPTIONS
Expand Down

0 comments on commit 7073fa9

Please sign in to comment.