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 4899c3f commit b941539Copy full SHA for b941539
setup.py
@@ -44,10 +44,14 @@
44
'Natural Language :: English',
45
'License :: OSI Approved :: MIT License',
46
'Programming Language :: Python',
47
- 'Programming Language :: Python :: 2.6',
48
'Programming Language :: Python :: 2.7',
49
'Programming Language :: Python :: 3',
50
- 'Programming Language :: Python :: 3.3',
51
- 'Programming Language :: Python :: 3.4'
+ 'Programming Language :: Python :: 3.5'
+ 'Programming Language :: Python :: 3.6'
+ 'Programming Language :: Python :: 3.7',
52
+ 'Programming Language :: Python :: 3.8',
53
+ 'Programming Language :: Python :: 3.9',
54
+ 'Programming Language :: Python :: 3.10',
55
+ 'Programming Language :: Python :: 3.11',
56
),
57
)
0 commit comments