Skip to content

Commit

Permalink
min required python version 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
daanvaningen committed Dec 17, 2024
1 parent dad51f0 commit f6c6028
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ requires = [
"wheel",
"cmake>=3.18",
"scikit-build",
"numpy==1.17.3; python_version=='3.8'",
"numpy==1.19.3; python_version=='3.9'",
"numpy==1.21.3; python_version=='3.10'",
"numpy==1.24.2; python_version=='3.11'",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def get_version():
"gpkg": ["geopandas"],
"cli": ["typer"],
},
python_requires=">=3.8",
python_requires=">=3.9",
include_package_data=True,
classifiers=[
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit f6c6028

Please sign in to comment.