Skip to content

Commit

Permalink
remove 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
fwfichtner committed May 4, 2023
1 parent 4096aa1 commit 3570aa9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10']
python-version: ['3.8', '3.9', '3.10']

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def get_version(rel_path):
"License :: OSI Approved :: Apache Software License",
"Topic :: Scientific/Engineering :: GIS",
],
python_requires=">=3.7",
python_requires=">=3.8",
long_description=long_description,
long_description_content_type="text/markdown",
include_package_data=True,
Expand Down

0 comments on commit 3570aa9

Please sign in to comment.