Skip to content

Commit 923cfaa

Browse files
committed
Update for Python 3.13
1 parent 6f06cba commit 923cfaa

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
if: github.ref == 'refs/heads/master'
6565
steps:
6666
- name: Checkout
67-
uses: actions/checkout@v3
67+
uses: actions/checkout@v4
6868

6969
- name: Build & test
7070
uses: uraimo/run-on-arch-action@v2

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
platforms: all
3333

3434
- name: Install cibuildwheel
35-
run: python -m pip install cibuildwheel==2.20.0
35+
run: python -m pip install cibuildwheel==2.21.3
3636

3737
- name: Build wheels
3838
run: python -m cibuildwheel --output-dir wheelhouse

appveyor.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ environment:
1919
PYTHON: 'C:\Python312\python.exe'
2020
- GENERATOR: 'Visual Studio 14 Win64'
2121
PYTHON: 'C:\Python312-x64\python.exe'
22+
- GENERATOR: 'Visual Studio 14'
23+
PYTHON: 'C:\Python313\python.exe'
24+
- GENERATOR: 'Visual Studio 14 Win64'
25+
PYTHON: 'C:\Python313-x64\python.exe'
2226

2327
matrix:
2428
fast_finish: true

0 commit comments

Comments
 (0)