Skip to content

Commit 3b3eb0e

Browse files
committed
Test with Python 3.13
1 parent 2ac0f25 commit 3b3eb0e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
- py310
3131
- py311
3232
- py312
33+
- py313
3334
- mypy
3435

3536
# Use GitHub's Linux Docker host

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py36,py37,py38,py39,py310,py311,py312,mypy
2+
envlist = py36,py37,py38,py39,py310,py311,py312,py313,mypy
33
skipsdist = True
44

55
[testenv]

0 commit comments

Comments
 (0)