Skip to content

Commit

Permalink
Remove python 3.7 from tests and require python 3.8 as minimal version
Browse files Browse the repository at this point in the history
  • Loading branch information
margrietpalm committed Feb 15, 2024
1 parent 257e6cd commit ce4346a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,6 @@ jobs:
fail-fast: false
matrix:
include:
# 2018
- python: 3.7
os: ubuntu-20.04
numpy: numpy==1.15.*
display_name: "2018"
pins: "h5py==2.9.* sqlalchemy==1.4.1 shapely==2.0.* pyproj==3.0.*"
extras: "[test,gridadmin]"
# 2019
- python: 3.8
os: ubuntu-20.04
Expand Down
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ requires = [
"wheel",
"cmake>=3.18",
"scikit-build",
"numpy==1.13.3; python_version=='3.5'",
"numpy==1.13.3; python_version=='3.6'",
"numpy==1.14.5; python_version=='3.7'",
"numpy==1.17.3; python_version=='3.8'",
"numpy==1.19.3; python_version=='3.9'",
"numpy==1.21.3; python_version=='3.10'",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def get_version():
"gpkg": ["geopandas"],
"cli": ["typer"],
},
python_requires=">=3.7",
python_requires=">=3.8",
include_package_data=True,
classifiers=[
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit ce4346a

Please sign in to comment.