drop experimental 3.13t test env
This commit is contained in:
parent
607d1948b8
commit
ad68a12645
2 changed files with 2 additions and 3 deletions
1
.github/workflows/tests.yaml
vendored
1
.github/workflows/tests.yaml
vendored
|
|
@ -18,7 +18,6 @@ jobs:
|
|||
- {name: Windows, python: '3.14', os: windows-latest}
|
||||
- {name: Mac, python: '3.14', os: macos-latest}
|
||||
- {python: '3.13'}
|
||||
- {python: '3.13t'}
|
||||
- {python: '3.12'}
|
||||
- {python: '3.11'}
|
||||
- {python: '3.10'}
|
||||
|
|
|
|||
|
|
@ -168,8 +168,8 @@ order-by-type = false
|
|||
|
||||
[tool.tox]
|
||||
env_list = [
|
||||
"py3.14", "py3.14t", "py3.13", "py3.13t",
|
||||
"py3.12", "py3.11", "py3.10", "py3.9",
|
||||
"py3.14", "py3.14t",
|
||||
"py3.13", "py3.12", "py3.11", "py3.10", "py3.9",
|
||||
"pypy3.11",
|
||||
"tests-min", "tests-dev",
|
||||
"style",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue