Skip to content

Commit 9fef77d

Browse files
committed
feat: test on Python 3.13
1 parent 691cde1 commit 9fef77d

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
strategy:
5353
max-parallel: 4
5454
matrix:
55-
python-version: ["3.10", "3.11", "3.12"]
55+
python-version: ["3.10", "3.11", "3.12", "3.13"]
5656

5757
steps:
5858
- name: Clone repo

tox.ini

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = coverage-clean,test-py{310,311,312}, check, coverage
2+
envlist = coverage-clean,test-py{310,311,312,313}, check, coverage
33

44
[testenv]
55
extras = test
@@ -18,7 +18,7 @@ commands = coverage erase
1818
depends =
1919

2020
[testenv:coverage]
21-
depends = test-py{39,310,311,312}
21+
depends = test-py{39,310,311,312,313}
2222
deps =
2323
coverage
2424
skip_install = true
@@ -43,3 +43,4 @@ python =
4343
3.10: py310, coverage
4444
3.11: py311, coverage
4545
3.12: py312, coverage
46+
3.13: py313, coverage

0 commit comments

Comments
 (0)