Skip to content

Commit 947125d

Browse files
committed
remove Python 3.6 setup & envs
1 parent 2f861b2 commit 947125d

File tree

3 files changed

+2
-22
lines changed

3 files changed

+2
-22
lines changed

.github/workflows/build_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
strategy:
2121
matrix:
2222
os: ['ubuntu-latest']
23-
environment-file: [ci/38.yaml]
23+
environment-file: [ci/39.yaml]
2424
experimental: [false]
2525
defaults:
2626
run:

ci/36.yaml

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

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ def setup_package():
8787
"Topic :: Scientific/Engineering :: GIS",
8888
"License :: OSI Approved :: BSD License",
8989
"Programming Language :: Python",
90-
"Programming Language :: Python :: 3.6",
9190
"Programming Language :: Python :: 3.7",
9291
"Programming Language :: Python :: 3.8",
9392
"Programming Language :: Python :: 3.9",
@@ -96,7 +95,7 @@ def setup_package():
9695
install_requires=install_reqs,
9796
extras_require=extras_reqs,
9897
cmdclass={"build_py": build_py},
99-
python_requires=">3.5",
98+
python_requires=">=3.7",
10099
)
101100

102101

0 commit comments

Comments
 (0)