Skip to content

Commit dcca295

Browse files
committed
Add Python 3.13 to CI
1 parent 7c38dfe commit dcca295

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
fail-fast: false
9797
matrix:
9898
os: [ubuntu-latest, windows-latest]
99-
python: ['3.8', '3.9', '3.10', '3.11', '3.12']
99+
python: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13-dev']
100100

101101
steps:
102102
- name: Checkout

.github/workflows/push-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
fail-fast: false
102102
matrix:
103103
os: [ubuntu-latest, windows-latest]
104-
python: ['3.8', '3.9', '3.10', '3.11', '3.12']
104+
python: ['3.8', '3.9', '3.10', '3.11', '3.12', 3.13-dev]
105105

106106
steps:
107107
- name: Checkout

0 commit comments

Comments
 (0)