From bc861f04ffa8a39e5c27fe963dc9b8815564c39b Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Tue, 27 May 2025 11:44:27 +0200 Subject: [PATCH] Add 3.14 --- CHANGELOG.md | 6 ++++++ pyproject.toml | 1 + tox.ini | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13776c6..eb9e108 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/pyproject.toml b/pyproject.toml index 42c8327..1f82a93 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", diff --git a/tox.ini b/tox.ini index 6faa52c..86327d7 100644 --- a/tox.ini +++ b/tox.ini @@ -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,