Skip to content

Commit faec801

Browse files
authored
Update python-pytest.yml
1 parent 16ea70d commit faec801

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/python-pytest.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,12 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
os: [windows-latest, ubuntu-latest]
22-
python-version: ["3.7", "3.8", "3.9", "3.10"]
22+
python-version: ["3.8", "3.9", "3.10"]
2323
include:
2424
- os: ubuntu-20.04
2525
python-version: 3.6
26+
- os: ubuntu-20.04
27+
python-version: 3.7
2628
- os: ubuntu-latest
2729
python-version: 3.11
2830

0 commit comments

Comments
 (0)