File tree Expand file tree Collapse file tree 3 files changed +2
-22
lines changed
Expand file tree Collapse file tree 3 files changed +2
-22
lines changed Original file line number Diff line number Diff line change 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 :
Load Diff This file was deleted.
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments