Add 3.14
This commit is contained in:
parent
f8260dd07d
commit
bc861f04ff
@ -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.
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user