mirror of
https://github.com/microsoft/FLAML.git
synced 2026-02-09 02:09:16 +08:00
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:
7
setup.py
7
setup.py
@@ -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",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user