Skip to content

Commit c3a80a9

Browse files
committed
MAINT: Update versions in workflows
1 parent ab57d2f commit c3a80a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cron-test.yml

Lines changed: 1 addition & 1 deletion
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"

.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)