Skip to content

Commit 7d8cab7

Browse files
committed
Remove python 3.6.x installation blocker
1 parent 33c3d77 commit 7d8cab7

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)