Skip to content
This repository was archived by the owner on Jan 26, 2023. It is now read-only.

Commit aa790e2

Browse files
add Python 3.7 to setup.py
1 parent dcb2af9 commit aa790e2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,13 @@
3131
'Programming Language :: Python :: 3.4',
3232
'Programming Language :: Python :: 3.5',
3333
'Programming Language :: Python :: 3.6',
34+
'Programming Language :: Python :: 3.7',
3435
'Programming Language :: Python :: 3 :: Only',
3536
'Natural Language :: English',
3637
],
3738
keywords='gitcoin api client bounties bounty rest',
3839
packages=find_packages(exclude=['docs', 'tests']),
40+
python_requires='~=3.4',
3941
install_requires=['requests'],
4042
setup_requires=['pytest-runner'],
4143
tests_require=['pytest', 'pytest-isort', 'pytest-cov', 'coverage', 'isort', 'responses'],

0 commit comments

Comments
 (0)