update py versions, sourced from PyPI (#1332)

* update py versions, sourced from PyPI

* lint

---------

Co-authored-by: Li Jiang <bnujli@gmail.com>
This commit is contained in:
Jirka Borovec
2024-08-12 06:53:48 +02:00
committed by GitHub
parent b348cb1136
commit 04bf1b8741
2 changed files with 7 additions and 2 deletions

View File

@@ -163,9 +163,14 @@ setuptools.setup(
"autozero": ["scikit-learn", "pandas", "packaging"],
},
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
# Specify the Python versions you support here.
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
],
python_requires=">=3.8",
)