Skip to content

Commit ed73575

Browse files
authored
Merge pull request #46 from Frameio/DEVREL-294-update-python-client-to-support-3-6-x-and-push-rel
Remove python 3.6.x installation blocker
2 parents 33c3d77 + 7d8cab7 commit ed73575

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def run(self):
2525
setuptools.setup(
2626
name='frameioclient',
2727
version=version,
28-
python_requires='>=2.7.17, !=3.6.*, <4',
28+
python_requires='>=2.7.17, <4',
2929
install_requires=[
3030
'requests',
3131
'urllib3',

0 commit comments

Comments
 (0)