File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
build_tools/python_deploy Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 16
16
# ./build_tools/python_deploy/build_linux_packages.sh
17
17
#
18
18
# Build specific Python versions and packages to custom directory:
19
- # TM_PYTHON_VERSIONS="cp38-cp38 cp39-cp39" \
19
+ # TM_PYTHON_VERSIONS="cp39-cp39 cp310-cp310 " \
20
20
# TM_PACKAGES="torch-mlir" \
21
21
# TM_OUTPUT_DIR="/tmp/wheelhouse" \
22
22
# ./build_tools/python_deploy/build_linux_packages.sh
@@ -46,7 +46,7 @@ TM_RELEASE_DOCKER_IMAGE="${TM_RELEASE_DOCKER_IMAGE:-quay.io/pypa/manylinux2014_$
46
46
# ./build_tools/docker/Dockerfile
47
47
TM_CI_DOCKER_IMAGE=" ${TM_CI_DOCKER_IMAGE:- powderluv/ torch-mlir-ci: latest} "
48
48
# Version of Python to use in Release builds. Ignored in CIs.
49
- TM_PYTHON_VERSIONS=" ${TM_PYTHON_VERSIONS:- cp38-cp38 cp310-cp310 cp311-cp311} "
49
+ TM_PYTHON_VERSIONS=" ${TM_PYTHON_VERSIONS:- cp310-cp310 cp311-cp311 cp312-cp312 } "
50
50
# Location to store Release wheels
51
51
TM_OUTPUT_DIR=" ${TM_OUTPUT_DIR:- ${this_dir} / wheelhouse} "
52
52
# What "packages to build"
Original file line number Diff line number Diff line change @@ -349,9 +349,9 @@ The following additional environmental variables can be used to customize your d
349
349
```
350
350
351
351
* Custom Python Versions for Release builds:
352
- Version of Python to use in Release builds. Ignored in CIs. Defaults to ` cp38-cp38 cp39-cp39 cp310-cp310`
352
+ Version of Python to use in Release builds. Ignored in CIs. Defaults to ` cp39-cp39 cp310-cp310 cp312-cp312 `
353
353
``` shell
354
- TM_PYTHON_VERSIONS=" cp38-cp38 cp39-cp39 cp310-cp310"
354
+ TM_PYTHON_VERSIONS=" cp39-cp39 cp310-cp310 cp312-cp312 "
355
355
```
356
356
357
357
* Location to store Release build wheels
You can’t perform that action at this time.
0 commit comments