File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed
Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 11Installation
22============
33
4- You will need Python 3.7 or higher to use StagPy. StagPy is available on
4+ You will need Python 3.8 or higher to use StagPy. StagPy is available on
55the Python Package Index, via ``pip ``.
66
77If you don't have sufficient permissions to install or update Python, you might
Original file line number Diff line number Diff line change @@ -22,12 +22,11 @@ classifiers = [
2222 " Intended Audience :: Science/Research" ,
2323 " License :: OSI Approved :: Apache Software License" ,
2424 " Programming Language :: Python :: 3 :: Only" ,
25- " Programming Language :: Python :: 3.7" ,
2625 " Programming Language :: Python :: 3.8" ,
2726 " Programming Language :: Python :: 3.9" ,
2827 " Programming Language :: Python :: 3.10" ,
2928]
30- requires-python = " >=3.7 "
29+ requires-python = " >=3.8 "
3130dependencies = [
3231 " loam>=0.7.0,<0.8.0" ,
3332 " f90nml>=1.3.1" ,
Original file line number Diff line number Diff line change 11[tox]
22envlist =
3- py37
43 py38
54 py39
65 py310
@@ -52,7 +51,6 @@ max_complexity = 15
5251
5352[gh]
5453python =
55- 3.7 = py37, mypy
5654 3.8 = py38, mypy
5755 3.9 = py39, mypy
5856 3.10 = py310, flake8, mypy
You can’t perform that action at this time.
0 commit comments