Marco Ricci commited on 2024-10-09 08:03:20
Zeige 1 geänderte Dateien mit 2 Einfügungen und 1 Löschungen.
No functional changes needed; only the project metadata has been amended.
... | ... |
@@ -20,6 +20,7 @@ classifiers = [ |
20 | 20 |
"Programming Language :: Python :: 3.10", |
21 | 21 |
"Programming Language :: Python :: 3.11", |
22 | 22 |
"Programming Language :: Python :: 3.12", |
23 |
+ "Programming Language :: Python :: 3.13", |
|
23 | 24 |
"Programming Language :: Python :: Implementation :: CPython", |
24 | 25 |
"Programming Language :: Python :: Implementation :: PyPy", |
25 | 26 |
] |
... | ... |
@@ -133,7 +134,7 @@ extra-dependencies = [ |
133 | 134 |
matrix-name-format = '{variable}_{value}' |
134 | 135 |
|
135 | 136 |
[[tool.hatch.envs.hatch-test.matrix]] |
136 |
-python = ["3.12", "3.11", "3.10", "3.9", "pypy3.10", "pypy3.9"] |
|
137 |
+python = ["3.13", "3.12", "3.11", "3.10", "3.9", "pypy3.10", "pypy3.9"] |
|
137 | 138 |
cryptography = ["no", "yes"] |
138 | 139 |
hypothesis-profile = ["user-default"] |
139 | 140 |
|
140 | 141 |