Skip to content

Commit 2e39e24

Browse files
committed
setup: update pypi classifiers
1 parent 1055ae0 commit 2e39e24

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

setup.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,12 @@
2424
'Topic :: Scientific/Engineering :: Atmospheric Science',
2525
'Topic :: Scientific/Engineering :: Information Analysis',
2626
'Topic :: Scientific/Engineering :: Physics',
27-
'Programming Language :: Python :: 2',
28-
'Programming Language :: Python :: 2.7',
2927
'Programming Language :: Python :: 3',
3028
'Programming Language :: Python :: 3.6',
29+
'Programming Language :: Python :: 3.7',
30+
'Programming Language :: Python :: 3.8',
31+
'Programming Language :: Python :: 3.9',
32+
'Programming Language :: Python :: 3.10',
3133
],
3234
test_suite='test_verify.py'
3335
)

0 commit comments

Comments
 (0)