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 2c279e4 commit a481e3dCopy full SHA for a481e3d
setup.py
@@ -19,5 +19,15 @@
19
'Programming Language :: Python :: 3.4',
20
'Programming Language :: Python :: 3.5',
21
'Programming Language :: Python :: 3.6',
22
+ 'Programming Language :: Python :: 3.7',
23
+ 'Programming Language :: Python :: 3.8',
24
+ 'Programming Language :: Python :: 3.9',
25
+ 'Programming Language :: Python :: 3.10',
26
+ 'Programming Language :: Python :: 3.11',
27
+ 'Programming Language :: Python :: 3.12',
28
+ 'Operating System :: OS Independent',
29
+ 'Operating System :: POSIX :: Linux',
30
+ 'Operating System :: Microsoft :: Windows',
31
+ 'Operating System :: MacOS :: MacOS X',
32
],
33
)
0 commit comments