Skip to content

Commit 10f7b25

Browse files
committed
Remove 3.7 from alt_files
1 parent 275c343 commit 10f7b25

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

alt_files/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "module-name"
77
version = "0.1.0"
8-
requires-python = ">=3.7"
8+
requires-python = ">=3.8"
99
description = "Module Description"
1010
readme = "README.md"
1111
license = { file = "LICENSE" }
@@ -103,7 +103,7 @@ max-line-length = 88
103103
[tool.tox]
104104
legacy_tox_ini = """
105105
[tox]
106-
envlist = py37,py38,py39,py310,py311,py312,coverage,mypy
106+
envlist = py38,py39,py310,py311,py312,coverage,mypy
107107
skip_missing_interpreters = true
108108
isolated_build = True
109109
@@ -114,7 +114,7 @@ commands =
114114
coverage run -p -m pytest tests/
115115
116116
[testenv:coverage]
117-
depends = py37,py38,py39,py310,py311,py312
117+
depends = py38,py39,py310,py311,py312
118118
parallel_show_output = true
119119
commands =
120120
python -m coverage combine

0 commit comments

Comments
 (0)