Skip to content

Commit a98f17b

Browse files
committed
update CI
1 parent dc87419 commit a98f17b

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/cibuildwheel.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,12 @@ jobs:
7878
shell: bash
7979
# On PRs we run only oldest and newest Python versions to reduce CI load.
8080
# Skips pypy and musllinux everywhere.
81-
# We are buiding 39 and 314 for now.
81+
# We are buiding 39, 311 and 314 for now.
82+
# (3.11 is the oldest version for which we support abi3 wheels)
8283
# These needs to rotate every new Python release.
8384
run: |
84-
echo "Setting CIBW_BUILD='cp39-* cp314-*'"
85-
echo "CIBW_BUILD=cp39-* cp314-*" >> $GITHUB_ENV
85+
echo "Setting CIBW_BUILD='cp39-* cp311-* cp314-*'"
86+
echo "CIBW_BUILD=cp39-* cp311-* cp314-*" >> $GITHUB_ENV
8687
if: ${{ github.event_name }}" == "pull_request"
8788

8889
- name: "Building ${{ matrix.os }} (${{ matrix.arch }}) wheels"

0 commit comments

Comments
 (0)