Skip to content

Commit 789cf73

Browse files
authored
Update pyproject.toml: py3.12
1 parent 84d4a1c commit 789cf73

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ classifiers = [
1414
"Programming Language :: Python :: 3.9",
1515
"Programming Language :: Python :: 3.10",
1616
"Programming Language :: Python :: 3.11",
17+
"Programming Language :: Python :: 3.12",
1718
]
1819
dependencies = [
1920
"pandas",
@@ -37,7 +38,7 @@ test = ["netCDF4"]
3738
[build-system]
3839
requires = [
3940
"pandas",
40-
"numpy>=1.20",
41+
"numpy>=1.22",
4142
"numpy_groupies>=0.9.19",
4243
"toolz",
4344
"setuptools>=61.0.0",

0 commit comments

Comments
 (0)