Skip to content

Commit 796d500

Browse files
authored
Start testing on Python 3.13 with the CI (#153)
1 parent c856d44 commit 796d500

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
codecov:
22
notify:
3-
after_n_builds: 10
3+
after_n_builds: 13

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
strategy:
4646
matrix:
4747
os: [ubuntu-latest, windows-latest, macos-latest]
48-
python-version: [ '3.9', '3.10', '3.11', '3.12' ]
48+
python-version: [ '3.9', '3.10', '3.11', '3.12', '3.13' ]
4949
exclude:
5050
- os: macos-latest
5151
python-version: 3.9

0 commit comments

Comments
 (0)