We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1055ae0 commit 2e39e24Copy full SHA for 2e39e24
1 file changed
setup.py
@@ -24,10 +24,12 @@
24
'Topic :: Scientific/Engineering :: Atmospheric Science',
25
'Topic :: Scientific/Engineering :: Information Analysis',
26
'Topic :: Scientific/Engineering :: Physics',
27
- 'Programming Language :: Python :: 2',
28
- 'Programming Language :: Python :: 2.7',
29
'Programming Language :: Python :: 3',
30
'Programming Language :: Python :: 3.6',
+ 'Programming Language :: Python :: 3.7',
+ 'Programming Language :: Python :: 3.8',
31
+ 'Programming Language :: Python :: 3.9',
32
+ 'Programming Language :: Python :: 3.10',
33
],
34
test_suite='test_verify.py'
35
)
0 commit comments