Skip to content

Commit

Permalink
Update setup.py deprecated 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
MiXaiLL76 authored Sep 13, 2024
1 parent e9fcbab commit 2f792e4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,14 +162,13 @@ def get_extensions(version_info):
"License :: OSI Approved :: Apache Software 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",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
],
python_requires=">=3.6",
python_requires=">=3.7",
data_files=glob.glob("requirements/*"),
install_requires=parse_requirements("requirements/runtime.txt"),
extras_require={
Expand Down

0 comments on commit 2f792e4

Please sign in to comment.