Skip to content

Commit a5c49eb

Browse files
committed
Fixed errors
1 parent 6ecd9cd commit a5c49eb

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

setup.py

+7-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,13 @@
4848

4949
# Specify the Python versions you support here. In particular, ensure
5050
# that you indicate whether you support Python 2, Python 3 or both.
51-
'Programming Language :: Python :: >=3.6'
51+
'Programming Language :: Python :: 3.6',
52+
'Programming Language :: Python :: 3.7',
53+
'Programming Language :: Python :: 3.8',
54+
'Programming Language :: Python :: 3.9',
55+
'Programming Language :: Python :: 3.10',
56+
'Programming Language :: Python :: 3.11',
57+
'Programming Language :: Python :: 3.12'
5258
],
5359

5460
# What does your project relate to?

0 commit comments

Comments
 (0)