Skip to content

Commit

Permalink
Update for Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
jdavid committed Oct 9, 2024
1 parent 6f06cba commit 923cfaa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
if: github.ref == 'refs/heads/master'
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Build & test
uses: uraimo/run-on-arch-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
platforms: all

- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.20.0
run: python -m pip install cibuildwheel==2.21.3

- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse
Expand Down
4 changes: 4 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ environment:
PYTHON: 'C:\Python312\python.exe'
- GENERATOR: 'Visual Studio 14 Win64'
PYTHON: 'C:\Python312-x64\python.exe'
- GENERATOR: 'Visual Studio 14'
PYTHON: 'C:\Python313\python.exe'
- GENERATOR: 'Visual Studio 14 Win64'
PYTHON: 'C:\Python313-x64\python.exe'

matrix:
fast_finish: true
Expand Down

0 comments on commit 923cfaa

Please sign in to comment.