Skip to content

Commit 42da5d2

Browse files
Add Python 3.13 CI builds
1 parent 694d0a2 commit 42da5d2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
os: [windows-latest, macos-latest, ubuntu-latest]
19-
python: ['pypy-3.10', '3.8', '3.9', '3.10', '3.11', '3.12']
19+
python: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13', 'pypy-3.10']
2020
exclude:
2121
# pypy3 currently fails to run on Windows
2222
- os: windows-latest

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist=flake8,py{38,39,310,311,312,py3},docs
2+
envlist=flake8,py{38,39,310,311,312,313},docs
33
skip_missing_interpreters=True
44

55
[gh-actions]
@@ -9,6 +9,7 @@ python =
99
3.10: py310
1010
3.11: py311
1111
3.12: py312
12+
3.13: py313
1213
pypy-3: pypy3
1314

1415
[testenv]

0 commit comments

Comments
 (0)