Add PyPy 3.11 to the test matrix
Marco Ricci

Marco Ricci commited on 2025-03-13 13:21:20
Zeige 2 geänderte Dateien mit 5 Einfügungen und 1 Löschungen.

... ...
@@ -0,0 +1,4 @@
1
+### Fixed
2
+
3
+  - Test `derivepassphrase` against PyPy 3.11.
4
+
... ...
@@ -302,7 +302,7 @@ dependencies = [
302 302
 matrix-name-format = '{variable}_{value}'
303 303
 
304 304
 [[tool.hatch.envs.hatch-test.matrix]]
305
-python = ["3.13", "3.12", "3.11", "3.10", "3.9", "pypy3.10", "pypy3.9"]
305
+python = ["3.13", "3.12", "3.11", "3.10", "3.9", "pypy3.11", "pypy3.10", "pypy3.9"]
306 306
 cryptography = ["no", "yes"]
307 307
 parser-version = ["PEG"]
308 308
 
309 309