Skip to content

Commit 6646c98

Browse files
Test trio with Python 3.13
Co-authored-by: John Litborn <11260241+jakkdl@users.noreply.github.com>
1 parent a407c55 commit 6646c98

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ jobs:
2727
- python: "3.11"
2828
tox: py311
2929
- python: "3.12"
30-
tox: py312,py312-trio
30+
tox: py312
3131
- python: "3.12"
3232
tox: pep8
3333
- python: "3.13"
34-
tox: py313
34+
tox: py313,py313-trio
3535
- python: "3.11"
3636
tox: mypy
3737
steps:

tox.ini

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[tox]
2-
envlist = py3{8,9,10,11,12,12-trio,13}, pep8, pypy3
2+
# we only test trio on latest python version
3+
envlist = py3{8,9,10,11,12,13,13-trio}, pep8, pypy3
34
skip_missing_interpreters = True
45

56
[testenv]

0 commit comments

Comments
 (0)