Skip to content

Commit

Permalink
Update min python version in setup.py (#250)
Browse files Browse the repository at this point in the history
Minimum supported python version tested with CI is python 3.6.
  • Loading branch information
GenevieveBuckley committed Dec 17, 2021
1 parent 1dc6db1 commit 9b4ff96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def run_tests(self):
cmdclass=cmdclasses,
packages=setuptools.find_packages(exclude=["tests*"]),
include_package_data=True,
python_requires='>=3.5',
python_requires='>=3.6',
install_requires=requirements,
license="BSD 3-Clause",
zip_safe=False,
Expand Down

0 comments on commit 9b4ff96

Please sign in to comment.