Skip to content

Commit 4fbe255

Browse files
Remove obsolete Python 3.7 from testing matrix.
1 parent 77d801d commit 4fbe255

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
max-parallel: 4
1313
fail-fast: false
1414
matrix:
15-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
15+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
1616
env:
1717
OS: ${{ matrix.os }}
1818
PYTHON: ${{ matrix.python-version }}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ dependencies = [
156156
tests = "pytest --cov-report=term-missing --cov-config=pyproject.toml --cov=omniduct --cov-report=xml -vv {args:tests}"
157157

158158
[[tool.hatch.envs.test.matrix]]
159-
python = ["37", "38", "39", "310", "311", "312"]
159+
python = ["38", "39", "310", "311", "312"]
160160

161161
[tool.hatch.envs.lint]
162162
detached=true

0 commit comments

Comments
 (0)