@@ -13,7 +13,7 @@ description = "Provides an object-oriented python interface to the netCDF versio
1313authors = [
1414 {name = " Jeff Whitaker" , email = " jeffrey.s.whitaker@noaa.gov" },
1515]
16- requires-python = " >=3.8 "
16+ requires-python = " >=3.9 "
1717keywords = [
1818 " numpy" , " netcdf" , " data" , " science" , " network" , " oceanography" ,
1919 " meteorology" , " climate" ,
@@ -22,11 +22,11 @@ license = {text = "MIT"}
2222classifiers = [
2323 " Development Status :: 3 - Alpha" ,
2424 " Programming Language :: Python :: 3" ,
25- " Programming Language :: Python :: 3.8" ,
2625 " Programming Language :: Python :: 3.9" ,
2726 " Programming Language :: Python :: 3.10" ,
2827 " Programming Language :: Python :: 3.11" ,
2928 " Programming Language :: Python :: 3.12" ,
29+ " Programming Language :: Python :: 3.13" ,
3030 " Intended Audience :: Science/Research" ,
3131 " License :: OSI Approved :: MIT License" ,
3232 " Topic :: Software Development :: Libraries :: Python Modules" ,
@@ -46,6 +46,9 @@ tests = [
4646 " packaging" ,
4747 " pytest" ,
4848]
49+ parallel = [
50+ " mpi4py" ,
51+ ]
4952
5053[project .readme ]
5154text = """ \
0 commit comments