Skip to content

Commit 16b3ecd

Browse files
committed
Explicitly define python versions for pypi
1 parent 1deadbc commit 16b3ecd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
setuptools.setup(
77
name='frameioclient',
8+
python_requires='>=2.6, !=3.8.*, <4',
89
version='0.6.0',
910
description='Client library for the Frame.io API',
1011
long_description=long_description,

0 commit comments

Comments
 (0)