We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ecd9cd commit a5c49ebCopy full SHA for a5c49eb
setup.py
@@ -48,7 +48,13 @@
48
49
# Specify the Python versions you support here. In particular, ensure
50
# that you indicate whether you support Python 2, Python 3 or both.
51
- 'Programming Language :: Python :: >=3.6'
+ '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'
58
],
59
60
# What does your project relate to?
0 commit comments