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

Commit e85e26e

Browse files
committed
Tag first release 0.0.1 and remove support for 3.4 in favor of 3.7
1 parent 8ebf49a commit e85e26e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
'Topic :: Software Development :: Build Tools',
2929
'License :: OSI Approved :: GNU Affero General Public License v3',
3030
'Programming Language :: Python :: 3',
31-
'Programming Language :: Python :: 3.4',
3231
'Programming Language :: Python :: 3.5',
3332
'Programming Language :: Python :: 3.6',
3433
'Programming Language :: Python :: 3.7',
@@ -37,7 +36,7 @@
3736
],
3837
keywords='gitcoin api client bounties bounty rest',
3938
packages=find_packages(exclude=['docs', 'tests']),
40-
python_requires='~=3.4',
39+
python_requires='~=3.5',
4140
install_requires=['requests'],
4241
setup_requires=['pytest-runner'],
4342
tests_require=['pytest', 'pytest-isort', 'pytest-cov', 'coverage', 'isort', 'responses'],

0 commit comments

Comments
 (0)