This commit is contained in:
Hynek Schlawack 2025-05-27 11:44:27 +02:00
parent f8260dd07d
commit bc861f04ff
No known key found for this signature in database
3 changed files with 8 additions and 1 deletions

View File

@ -15,6 +15,12 @@ You can find our backwards-compatibility policy [here](https://github.com/hynek/
## [Unreleased](https://github.com/hynek/argon2-cffi/compare/23.1.0...HEAD)
### Added
- Official support for Python 3.13 and 3.14.
No code changes were necessary.
### Removed
- Python 3.7 is not supported anymore.

View File

@ -31,6 +31,7 @@ classifiers = [
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: Security :: Cryptography",

View File

@ -3,7 +3,7 @@ min_version = 4
env_list =
pre-commit,
mypy-pkg,
py3{8,9,10,11,12,13}-{tests,mypy}
py3{8,9,10,11,12,13,14}-{tests,mypy}
py312-bindings-main,
pypy3-tests,
system-argon2,