Updated supported Python versions.

This commit is contained in:
Joe Testa 2023-02-06 16:48:53 -05:00
parent c9dc9a9c10
commit 38ff225ed8

View File

@ -6,7 +6,7 @@ author_email = jtesta@positronsecurity.com
description = An SSH server & client configuration security auditing tool
long_description = file: README.md
long_description_content_type = text/markdown
license_file = LICENSE
license_file = file: LICENSE
url = https://github.com/jtesta/ssh-audit
project_urls =
Source Code = https://github.com/jtesta/ssh-audit
@ -18,11 +18,11 @@ classifiers =
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: Implementation :: PyPy
Topic :: Security
@ -32,7 +32,7 @@ classifiers =
packages = find:
package_dir =
= src
python_requires = >=3.6,<4
python_requires = >=3.7,<4
[options.packages.find]
where = src