Skip to content

Commit ad68a12

Browse files
committed
drop experimental 3.13t test env
1 parent 607d194 commit ad68a12

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/tests.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
- {name: Windows, python: '3.14', os: windows-latest}
1919
- {name: Mac, python: '3.14', os: macos-latest}
2020
- {python: '3.13'}
21-
- {python: '3.13t'}
2221
- {python: '3.12'}
2322
- {python: '3.11'}
2423
- {python: '3.10'}

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,8 @@ order-by-type = false
168168

169169
[tool.tox]
170170
env_list = [
171-
"py3.14", "py3.14t", "py3.13", "py3.13t",
172-
"py3.12", "py3.11", "py3.10", "py3.9",
171+
"py3.14", "py3.14t",
172+
"py3.13", "py3.12", "py3.11", "py3.10", "py3.9",
173173
"pypy3.11",
174174
"tests-min", "tests-dev",
175175
"style",

0 commit comments

Comments
 (0)