Skip to content

Commit 00fe121

Browse files
authored
Update README.md
1 parent e503161 commit 00fe121

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

light-curve/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -789,7 +789,7 @@ from [the list of supported](https://cibuildwheel.pypa.io/en/stable/options/#bui
789789

790790
```bash
791791
python -mpip install cibuildwheel
792-
python -m cibuildwheel --only=cp38-manylinux_x86_64
792+
python -m cibuildwheel --only=cp39-manylinux_x86_64
793793
```
794794

795795
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:
803803

804804
```bash
805805
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
807807
unset 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
811811
will work with any later version of CPython.
812812

813813
## Citation

0 commit comments

Comments
 (0)