Skip to content

Commit

Permalink
Drop support for Python 3.8 and below
Browse files Browse the repository at this point in the history
Hatchling (our build system) only supports Python 3.8+ and other pytroll packages have dropped Python 3.8 and some even 3.9 support.
  • Loading branch information
djhoese authored Dec 2, 2024
1 parent 4fd40ea commit 9253f02
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 @@ -15,7 +15,7 @@ classifiers = [
"Topic :: Scientific/Engineering"
]
keywords = ["string parsing", "string formatting", "pytroll"]
requires-python = ">=3.6"
requires-python = ">=3.9"
dependencies = []
dynamic = ["version"]

Expand Down

0 comments on commit 9253f02

Please sign in to comment.