Skip to content

Commit

Permalink
add python3.6 support
Browse files Browse the repository at this point in the history
We are trying to add python3.6 support back to SAHI, but pybboxes also have to support python3.6 obss/sahi#489.
  • Loading branch information
fcakyon authored Jun 16, 2022
1 parent eeac7b9 commit 3e63f2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def get_version():
long_description_content_type="text/markdown",
url="https://github.com/devrimcavusoglu/pybboxes",
packages=setuptools.find_packages(exclude=["tests"]),
python_requires=">=3.7",
python_requires=">=3.6",
install_requires=get_requirements(),
extras_require=extras,
include_package_data=True,
Expand All @@ -59,6 +59,7 @@ def get_version():
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
Expand Down

0 comments on commit 3e63f2c

Please sign in to comment.