mirror of
https://github.com/jtesta/ssh-audit.git
synced 2025-09-05 03:18:33 +02:00
Dropped support for Python 3.8, as it reached its end-of-life in October 2024.
This commit is contained in:
@ -19,7 +19,6 @@ classifiers =
|
||||
License :: OSI Approved :: MIT License
|
||||
Operating System :: OS Independent
|
||||
Programming Language :: Python :: 3
|
||||
Programming Language :: Python :: 3.8
|
||||
Programming Language :: Python :: 3.9
|
||||
Programming Language :: Python :: 3.10
|
||||
Programming Language :: Python :: 3.11
|
||||
@ -34,7 +33,7 @@ classifiers =
|
||||
packages = find:
|
||||
package_dir =
|
||||
= src
|
||||
python_requires = >=3.8,<4
|
||||
python_requires = >=3.9,<4
|
||||
|
||||
[options.packages.find]
|
||||
where = src
|
||||
|
Reference in New Issue
Block a user