Add 3.14 (#89)

This commit is contained in:
Hynek Schlawack 2025-05-27 05:43:05 -04:00 committed by GitHub
parent c8c8a1a4cc
commit 8317e09638
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -28,6 +28,7 @@ jobs:
- "3.11"
- "3.12"
- "3.13"
- "3.14"
- "pypy-3.9"
- "pypy-3.10"

View File

@ -22,7 +22,7 @@ Vendoring Argon2 @ [**`f57e61e`**](https://github.com/P-H-C/phc-winner-argon2/co
### Added
- Official Python 3.12 and 3.13 support.
- Official Python 3.12, 3.13, and 3.14 support.
No code or packaging changes were necessary.
@ -35,7 +35,6 @@ Vendoring Argon2 @ [**`f57e61e`**](https://github.com/P-H-C/phc-winner-argon2/co
## [21.2.0](https://github.com/hynek/argon2-cffi-bindings/compare/21.1.0...21.2.0) - 2021-12-01
Vendoring Argon2 @ [**`f57e61e`**](https://github.com/P-H-C/phc-winner-argon2/commit/f57e61e19229e23c4445b85494dbf7c07de721cb).

View File

@ -10,7 +10,7 @@ min_version = 4
env_list =
pre-commit,
cog-{check,render},
py3{9,10,11,12,13},
py3{9,10,11,12,13,14},
pypy3{9,10},
system-argon2