Skip to content

Commit

Permalink
Update pyproject.toml: py3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
dcherian authored Oct 14, 2023
1 parent 84d4a1c commit 789cf73
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]
dependencies = [
"pandas",
Expand All @@ -37,7 +38,7 @@ test = ["netCDF4"]
[build-system]
requires = [
"pandas",
"numpy>=1.20",
"numpy>=1.22",
"numpy_groupies>=0.9.19",
"toolz",
"setuptools>=61.0.0",
Expand Down

0 comments on commit 789cf73

Please sign in to comment.