Skip to content

Commit 513d075

Browse files
committed
Drop experimental 3.13t
1 parent 802679e commit 513d075

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
- "3.15"
2121
- "3.14t"
2222
- "3.14"
23-
- "3.13t"
2423
- "3.13"
2524
- "3.12"
2625
- "3.11"

tox.ini

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
[tox]
22
requires =
3-
tox>=4.2
3+
tox>=4.32
44
env_list =
55
docs
66
lint
77
mypy
8-
py{py3, 315, 314, 313, 312, 311, 310}
8+
py{py3}
9+
py{310-316}
10+
py{314-316}t
911

1012
[testenv]
1113
extras =

0 commit comments

Comments
 (0)