Skip to content

Commit 2c43a7c

Browse files
author
Nick MacCarthy
committed
support for only python 3.8+
1 parent 30bef82 commit 2c43a7c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@
5959

6060
# Specify the Python versions you support here. In particular, ensure
6161
# that you indicate whether you support Python 2, Python 3 or both.
62-
'Programming Language :: Python :: 2.7',
63-
'Programming Language :: Python :: 3.5',
64-
'Programming Language :: Python :: 3.6',
65-
'Programming Language :: Python :: 3.7'
62+
'Programming Language :: Python :: 3.8',
63+
'Programming Language :: Python :: 3.9',
64+
'Programming Language :: Python :: 3.10',
65+
'Programming Language :: Python :: 3.11',
6666
],
6767

6868
# What does your project relate to?

0 commit comments

Comments
 (0)