mirror of
https://github.com/openkmip/pykmip
synced 2025-12-14 23:33:19 +00:00
Update supported python versions
... according to the versions actually tested now.
This commit is contained in:
13
setup.py
13
setup.py
@@ -57,6 +57,7 @@ setuptools.setup(
|
|||||||
"six",
|
"six",
|
||||||
"sqlalchemy"
|
"sqlalchemy"
|
||||||
],
|
],
|
||||||
|
python_requires=">= 3.8",
|
||||||
classifiers=[
|
classifiers=[
|
||||||
"Intended Audience :: Developers",
|
"Intended Audience :: Developers",
|
||||||
"License :: OSI Approved :: Apache Software License",
|
"License :: OSI Approved :: Apache Software License",
|
||||||
@@ -65,11 +66,11 @@ setuptools.setup(
|
|||||||
"Operating System :: POSIX :: BSD",
|
"Operating System :: POSIX :: BSD",
|
||||||
"Operating System :: POSIX :: Linux",
|
"Operating System :: POSIX :: Linux",
|
||||||
"Programming Language :: Python",
|
"Programming Language :: Python",
|
||||||
"Programming Language :: Python :: 2",
|
"Programming Language :: Python :: 3",
|
||||||
"Programming Language :: Python :: 2.7",
|
"Programming Language :: Python :: 3 :: Only",
|
||||||
"Programming Language :: Python :: 3.4",
|
"Programming Language :: Python :: 3.8",
|
||||||
"Programming Language :: Python :: 3.5",
|
"Programming Language :: Python :: 3.9",
|
||||||
"Programming Language :: Python :: 3.6",
|
"Programming Language :: Python :: 3.10",
|
||||||
"Programming Language :: Python :: 3.7",
|
"Programming Language :: Python :: 3.11",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user