Skip to content

Commit

Permalink
Drop 3.7 support (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
aazuspan committed Oct 18, 2022
1 parent 70571f7 commit 6d6341d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ '3.7', '3.8', '3.9' ]
python-version: [ '3.8', '3.9' ]

steps:
- uses: actions/checkout@v2
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
"Natural Language :: English",
"Topic :: Scientific/Engineering :: GIS",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
Expand All @@ -72,5 +71,5 @@
install_requires=requirements,
tests_require=test_requirements,
extras_require=extras_require,
python_requires=">=3.7",
python_requires=">=3.8",
)

0 comments on commit 6d6341d

Please sign in to comment.