Skip to content

Commit

Permalink
Drop EOL Python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
MarJMue committed Jan 3, 2025
1 parent a3dcce7 commit e1b65b1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,11 @@ authors = [
{ name = "Marius Müller", email = "[email protected]" },
{ name = "Florian Dobener", email = "[email protected]" },
]
requires-python = ">=3.8"
requires-python = ">=3.9"
license = { file = "LICENSE.txt" }
readme = "README.md"
classifiers = [
"Development Status :: 4 - Beta",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
Expand All @@ -28,7 +27,6 @@ dependencies = [
"numpy<2.0.0;python_version<'3.10'",
"pandas>=1.0.0",
"h5py>=3.12.1",
"h5py<3.12;python_version<'3.9'",
"pyyaml",
"importlib-resources",
"rapidfuzz",
Expand Down

0 comments on commit e1b65b1

Please sign in to comment.