Skip to content

Commit 829b769

Browse files
committed
Update Python version numbers
1 parent 76de3e6 commit 829b769

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

setup.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,8 @@ def requirements():
3535
'Operating System :: Unix',
3636
'Operating System :: MacOS',
3737
'Programming Language :: Python :: 3',
38-
'Programming Language :: Python :: 3.4',
39-
'Programming Language :: Python :: 3.5',
40-
'Programming Language :: Python :: 3.6',
4138
'Programming Language :: Python :: 3.7',
39+
'Programming Language :: Python :: 3.8',
40+
'Programming Language :: Python :: 3.9',
4241
],
4342
zip_safe=True)

0 commit comments

Comments
 (0)