Skip to content

Commit

Permalink
Add support for Python 3.6.8 (Google Colab Python Version)
Browse files Browse the repository at this point in the history
  • Loading branch information
elpapi42 committed Nov 22, 2019
1 parent 44e991a commit a3521f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -3,7 +3,7 @@
with open("README.md", "r") as fh:
long_description = fh.read()

version="v0.8"
version="v0.8.1"
print("\nPackages: " + str(setuptools.find_packages()) + "\n")

setuptools.setup(
Expand All @@ -24,5 +24,5 @@
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
python_requires='>=3.7',
python_requires='>=3.6.8',
)

0 comments on commit a3521f6

Please sign in to comment.