Add CPython 3.14 to the list of test environments
Marco Ricci

Marco Ricci commited on 2025-11-26 21:02:16
Zeige 1 geänderte Dateien mit 1 Einfügungen und 1 Löschungen.


By now, CPython 3.14 has been released, as has a more recent version of
`hatch` that knows where to obtain CPython 3.14.  It is thus viable to
officially test with CPython 3.14 with only standard `hatch` installs.
... ...
@@ -367,7 +367,7 @@ dependencies = [
367 367
 matrix-name-format = '{variable}_{value}'
368 368
 
369 369
 [[tool.hatch.envs.hatch-test.matrix]]
370
-python = ["3.13", "3.12", "3.11", "3.10", "3.9", "pypy3.11", "pypy3.10", "pypy3.9"]
370
+python = ["3.14", "3.13", "3.12", "3.11", "3.10", "3.9", "pypy3.11", "pypy3.10", "pypy3.9"]
371 371
 cryptography = ["no", "yes"]
372 372
 parser-version = ["PEG"]
373 373
 
374 374