Skip to content

Commit 287b79c

Browse files
authored
Merge pull request #659 from bashtage/update-workflows
MAINT: Update versions in workflows
2 parents ab57d2f + 6b606ce commit 287b79c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/cron-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
python: [cp311]
21+
python: [cp313]
2222
os: [ubuntu-latest, windows-latest]
2323
env:
2424
BUILD_COMMIT: "main"
@@ -46,7 +46,7 @@ jobs:
4646
python-version: '3.x'
4747

4848
- name: Install cibuildwheel
49-
run: python -m pip install cibuildwheel==2.16.2
49+
run: python -m pip install cibuildwheel==3.1.4
5050

5151
- name: Build wheels
5252
run: python -m cibuildwheel --output-dir wheelhouse .

.github/workflows/generate-documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
python-version: ["3.10"]
19+
python-version: ["3.13"]
2020
steps:
2121
- name: Checkout
2222
uses: actions/checkout@v5

0 commit comments

Comments
 (0)