Skip to content

Commit 8544131

Browse files
committed
Add additional python version compatibility
1 parent 018ff8a commit 8544131

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,11 @@ def run(self):
4747
'Programming Language :: Python :: 2',
4848
'Programming Language :: Python :: 2.7',
4949
'Programming Language :: Python :: 3',
50+
'Programming Language :: Python :: 3.5',
5051
'Programming Language :: Python :: 3.6',
5152
'Programming Language :: Python :: 3.7',
5253
'Programming Language :: Python :: 3.8',
54+
'Programming Language :: Python :: 3.9',
5355
],
5456
description='Client library for the Frame.io API',
5557
long_description=long_description,

0 commit comments

Comments
 (0)