Skip to content

Commit c681954

Browse files
committed
Remove obsolete 3.7 Python version from GihHub actions
1 parent 8efec9e commit c681954

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,9 @@ jobs:
88
strategy:
99
max-parallel: 4
1010
matrix:
11-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "pypy3.8"]
11+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "pypy3.8"]
1212
os: [ubuntu-24.04, windows-latest]
1313
exclude:
14-
- os: windows-latest
15-
python-version: "3.7"
1614
- os: windows-latest
1715
python-version: "3.9"
1816
- os: windows-latest

0 commit comments

Comments
 (0)