Skip to content

Commit

Permalink
Support Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
padix-key committed Sep 10, 2024
1 parent 9dab55d commit b4ee589
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ concurrency:
cancel-in-progress: true

env:
CIBW_BUILD: cp310-* cp311-* cp312-*
CIBW_BUILD: cp310-* cp311-* cp312-* cp313-*
CIBW_TEST_EXTRAS: test
CIBW_TEST_COMMAND: pytest {project}
CIBW_DEPENDENCY_VERSIONS: "pinned"
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
- uses: actions/checkout@v4
- name: Install cibuildwheel
# MAKE SURE THIS STAYS IN SYNC WITH THE LOWER GHA cibuildwheel
run: pipx install cibuildwheel==2.19.1
run: pipx install cibuildwheel==2.20.0
- id: set-matrix
# Select MacOS13/macos-latest-large for x86_64 Mac runners
# and macos-latest for ARM
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:

- name: Build & (optionally) test wheels
# MAKE SURE THIS STAYS IN SYNC WITH THE UPPER pipx call to cibuildwheel
uses: pypa/cibuildwheel@v2.19.1
uses: pypa/cibuildwheel@v2.20.0
with:
only: ${{ matrix.dist }}

Expand Down

0 comments on commit b4ee589

Please sign in to comment.