Skip to content

Commit

Permalink
Drop support for Python 3.8 which is EOL
Browse files Browse the repository at this point in the history
Python 3.8 has become EOL in October 2024. This commit bumps the
supported Python versions for reclass-rs to `>=3.9`.
  • Loading branch information
simu committed Nov 19, 2024
1 parent 4168dd8 commit 3d5e740
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 @@ -4,7 +4,7 @@ build-backend = "maturin"

[project]
name = "reclass-rs"
requires-python = ">=3.8"
requires-python = ">=3.9"
classifiers = [
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
Expand Down

0 comments on commit 3d5e740

Please sign in to comment.