Skip to content

Commit

Permalink
support python 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Abbe98 committed Aug 1, 2018
1 parent 4b7c095 commit 7d7f5df
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 @@ -8,7 +8,7 @@
install_requires=['requests', 'google-auth', 'google-cloud-vision'],
setup_requires=['pytest-runner'],
tests_require=['pytest'],
python_requires='>=3.7.0',
python_requires='>=3.6.0',
version = version,
description = 'Python package with not so common data wrangling functions and API wrappers.',
author = 'Albin Larsson',
Expand All @@ -21,6 +21,7 @@
'License :: OSI Approved :: MIT License',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3 :: Only',
'Intended Audience :: Developers',
Expand Down

0 comments on commit 7d7f5df

Please sign in to comment.