File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -789,7 +789,7 @@ from [the list of supported](https://cibuildwheel.pypa.io/en/stable/options/#bui
789789
790790` ` ` bash
791791python -mpip install cibuildwheel
792- python -m cibuildwheel --only=cp38 -manylinux_x86_64
792+ python -m cibuildwheel --only=cp39 -manylinux_x86_64
793793` ` `
794794
795795Please notice that we use different Cargo feature set for different platforms, which is defined in
@@ -803,11 +803,11 @@ dependent libraries installed from `homebrew` are built with this target:
803803
804804` ` ` bash
805805export MACOSX_DEPLOYMENT_TARGET=$( sw_vers -productVersion | awk -F ' .' ' {print $1"."0}' )
806- python -m cibuildwheel --only=cp38 -macosx_arm64
806+ python -m cibuildwheel --only=cp39 -macosx_arm64
807807unset MACOSX_DEPLOYMENT_TARGET
808808` ` `
809809
810- Since we use ABI3 compatibility, you can build wheels for a single Python version (currently 3.9+) and they
810+ Since we use ABI3 compatibility, you can build wheels for a single CPython version (currently 3.9+) and they
811811will work with any later version of CPython.
812812
813813# # Citation
You can’t perform that action at this time.
0 commit comments