mirror of
https://github.com/jtesta/ssh-audit.git
synced 2026-06-13 16:22:27 +02:00
Added support for Python 3.14. Dropped support for Python 3.9.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user