Skip to content

Commit

Permalink
Fixed classifiers in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik-Geo committed Aug 14, 2024
1 parent af364fa commit aadc8ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ keywords = [
]
classifiers = [
"Development Status :: 2 - Pre-Alpha",
"Intended Audience :: Science/Research/Consultants",
"Intended Audience :: Science/Research",
"Topic :: Scientific/Engineering :: Geology",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Scientific/Engineering",
]
requires-python = ">=3.12"
Expand Down

0 comments on commit aadc8ad

Please sign in to comment.