Marco Ricci commited on 2026-08-23 14:58:43
Zeige 1 geänderte Dateien mit 2 Einfügungen und 1 Löschungen.
Currently at release candidate 1.
| ... | ... |
@@ -24,6 +24,7 @@ classifiers = [ |
| 24 | 24 |
"Programming Language :: Python :: 3.12", |
| 25 | 25 |
"Programming Language :: Python :: 3.13", |
| 26 | 26 |
"Programming Language :: Python :: 3.14", |
| 27 |
+ "Programming Language :: Python :: 3.15", |
|
| 27 | 28 |
"Programming Language :: Python :: Implementation :: CPython", |
| 28 | 29 |
"Programming Language :: Python :: Implementation :: PyPy", |
| 29 | 30 |
] |
| ... | ... |
@@ -401,7 +402,7 @@ features = ["export", "export-dev-wheels"] |
| 401 | 402 |
matrix-name-format = '{variable}_{value}'
|
| 402 | 403 |
|
| 403 | 404 |
[[tool.hatch.envs.hatch-test.matrix]] |
| 404 |
-python = ["3.14", "3.13", "3.12", "3.11", "3.10", "3.9", "pypy3.11", "pypy3.10", "pypy3.9"] |
|
| 405 |
+python = ["3.15", "3.14", "3.13", "3.12", "3.11", "3.10", "3.9", "pypy3.11", "pypy3.10", "pypy3.9"] |
|
| 405 | 406 |
parser-version = ["PEG"] |
| 406 | 407 |
|
| 407 | 408 |
[[tool.hatch.envs.hatch-test.matrix]] |
| 408 | 409 |