We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc87419 commit a98f17bCopy full SHA for a98f17b
1 file changed
.github/workflows/cibuildwheel.yml
@@ -78,11 +78,12 @@ jobs:
78
shell: bash
79
# On PRs we run only oldest and newest Python versions to reduce CI load.
80
# Skips pypy and musllinux everywhere.
81
- # We are buiding 39 and 314 for now.
+ # We are buiding 39, 311 and 314 for now.
82
+ # (3.11 is the oldest version for which we support abi3 wheels)
83
# These needs to rotate every new Python release.
84
run: |
- echo "Setting CIBW_BUILD='cp39-* cp314-*'"
85
- echo "CIBW_BUILD=cp39-* cp314-*" >> $GITHUB_ENV
+ echo "Setting CIBW_BUILD='cp39-* cp311-* cp314-*'"
86
+ echo "CIBW_BUILD=cp39-* cp311-* cp314-*" >> $GITHUB_ENV
87
if: ${{ github.event_name }}" == "pull_request"
88
89
- name: "Building ${{ matrix.os }} (${{ matrix.arch }}) wheels"
0 commit comments