We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30bef82 commit 2c43a7cCopy full SHA for 2c43a7c
setup.py
@@ -59,10 +59,10 @@
59
60
# Specify the Python versions you support here. In particular, ensure
61
# 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'
+ 'Programming Language :: Python :: 3.8',
+ 'Programming Language :: Python :: 3.9',
+ 'Programming Language :: Python :: 3.10',
+ 'Programming Language :: Python :: 3.11',
66
],
67
68
# What does your project relate to?
0 commit comments