There was an error while loading. Please reload this page.
1 parent 07a0a48 commit 217e6c6Copy full SHA for 217e6c6
setup.py
@@ -35,8 +35,17 @@
35
'Intended Audience :: Developers',
36
'Natural Language :: English',
37
'Operating System :: OS Independent',
38
+ 'Programming Language :: Python',
39
'Programming Language :: Python :: 2',
40
+ 'Programming Language :: Python :: 2.7',
41
'Programming Language :: Python :: 3',
42
+ 'Programming Language :: Python :: 3.6',
43
+ 'Programming Language :: Python :: 3.7',
44
+ 'Programming Language :: Python :: 3.8',
45
+ 'Programming Language :: Python :: 3.9',
46
+ 'Programming Language :: Python :: 3.10',
47
+ 'Programming Language :: Python :: 3.11',
48
+ 'Programming Language :: Python :: 3.12',
49
'Topic :: Software Development :: Libraries :: Python Modules',
50
],
51
)
0 commit comments