Skip to content

Commit 6415fbf

Browse files
authored
Merge pull request #502 from jGaboardi/drop37
drop 3.7 support
2 parents f7a5c95 + bdcee9b commit 6415fbf

File tree

4 files changed

+9
-29
lines changed

4 files changed

+9
-29
lines changed

.github/workflows/unittests.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,13 @@
1919
strategy:
2020
matrix:
2121
os: ['ubuntu-latest']
22-
environment-file: [ci/37-minimal.yaml, ci/37.yaml, ci/38.yaml, ci/39.yaml, ci/310.yaml, ci/310_shapely_dev.yaml]
22+
environment-file: [
23+
ci/38-minimal.yaml,
24+
ci/38.yaml,
25+
ci/39.yaml,
26+
ci/310.yaml,
27+
ci/310_shapely_dev.yaml
28+
]
2329
include:
2430
- environment-file: ci/310.yaml
2531
os: macos-latest

ci/37.yaml

Lines changed: 0 additions & 25 deletions
This file was deleted.

ci/37-minimal.yaml renamed to ci/38-minimal.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: test
22
channels:
33
- conda-forge
44
dependencies:
5-
- python=3.7
5+
- python=3.8
66
- platformdirs
77
- beautifulsoup4
88
- jinja2
@@ -14,4 +14,4 @@ dependencies:
1414
- matplotlib
1515
- pytest
1616
- pytest-cov
17-
- pytest-xdist
17+
- pytest-xdist

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ def setup_package():
8383
"Topic :: Scientific/Engineering :: GIS",
8484
"License :: OSI Approved :: BSD License",
8585
"Programming Language :: Python",
86-
"Programming Language :: Python :: 3.7",
8786
"Programming Language :: Python :: 3.8",
8887
"Programming Language :: Python :: 3.9",
8988
"Programming Language :: Python :: 3.10",

0 commit comments

Comments
 (0)