Skip to content

Commit 13f3120

Browse files
committed
Bump minimal version of Python to 3.8
1 parent f20c9fe commit 13f3120

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

docs/sources/install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Installation
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
55
the Python Package Index, via ``pip``.
66

77
If you don't have sufficient permissions to install or update Python, you might

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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"
3130
dependencies = [
3231
"loam>=0.7.0,<0.8.0",
3332
"f90nml>=1.3.1",

tox.ini

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[tox]
22
envlist =
3-
py37
43
py38
54
py39
65
py310
@@ -52,7 +51,6 @@ max_complexity = 15
5251

5352
[gh]
5453
python =
55-
3.7 = py37, mypy
5654
3.8 = py38, mypy
5755
3.9 = py39, mypy
5856
3.10 = py310, flake8, mypy

0 commit comments

Comments
 (0)