Skip to content

Commit 782906b

Browse files
committed
update pins and supported pythons
1 parent 7fc472c commit 782906b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

setup.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,19 @@
2929
'License :: Other/Proprietary License',
3030
'Natural Language :: English',
3131
'Programming Language :: Python :: 3',
32-
'Programming Language :: Python :: 3.6',
33-
'Programming Language :: Python :: 3.7',
34-
'Programming Language :: Python :: 3.8',
3532
'Programming Language :: Python :: 3.9',
33+
'Programming Language :: Python :: 3.10',
34+
'Programming Language :: Python :: 3.11',
35+
'Programming Language :: Python :: 3.12',
36+
'Programming Language :: Python :: 3.13',
3637
'Topic :: Scientific/Engineering',
3738
'Topic :: Scientific/Engineering :: Atmospheric Science',
3839
'Topic :: Scientific/Engineering :: GIS',
3940
'Topic :: Scientific/Engineering :: Hydrology',
4041
'Topic :: Scientific/Engineering :: Physics',
4142
],
4243
install_requires=[
43-
'scitools-iris>=2.2',
44+
'scitools-iris>=3.6',
4445
],
4546
extras_require={
4647
'develop': [

0 commit comments

Comments
 (0)