From 38ff225ed88c4af8f08ba2cbad4d2fc3717365f9 Mon Sep 17 00:00:00 2001 From: Joe Testa Date: Mon, 6 Feb 2023 16:48:53 -0500 Subject: [PATCH] Updated supported Python versions. --- setup.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 502b846..d9b217d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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