File tree 1 file changed +3
-3
lines changed
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
789
789
790
790
` ` ` bash
791
791
python -mpip install cibuildwheel
792
- python -m cibuildwheel --only=cp38 -manylinux_x86_64
792
+ python -m cibuildwheel --only=cp39 -manylinux_x86_64
793
793
` ` `
794
794
795
795
Please 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:
803
803
804
804
` ` ` bash
805
805
export 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
807
807
unset MACOSX_DEPLOYMENT_TARGET
808
808
` ` `
809
809
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
811
811
will work with any later version of CPython.
812
812
813
813
# # Citation
You can’t perform that action at this time.
0 commit comments