Skip to content

Commit

Permalink
fix pyproject.toml classifiers, hopefully for conda noarch fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jmccreight committed Jan 3, 2025
1 parent e3404b2 commit f437a89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ classifiers = [
"Intended Audience :: Science/Research",
"License :: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Topic :: Scientific/Engineering :: Hydrology",
]
requires-python = ">=3.10,<3.12"
Expand Down

0 comments on commit f437a89

Please sign in to comment.