Added support for Python 3.14. Dropped support for Python 3.9.

This commit is contained in:
Joe Testa
2026-06-13 09:08:15 -04:00
parent 4f9a630de4
commit 2573235f6a
4 changed files with 15 additions and 17 deletions
+2 -4
View File
@@ -19,13 +19,11 @@ classifiers =
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python :: 3
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3.13
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: Implementation :: PyPy
Programming Language :: Python :: 3.14
Topic :: Security
Topic :: Security :: Cryptography
@@ -33,7 +31,7 @@ classifiers =
packages = find:
package_dir =
= src
python_requires = >=3.9,<4
python_requires = >=3.10,<4
[options.packages.find]
where = src