Skip to content

Commit e6bfca8

Browse files
committed
Specify py 3.7.17
1 parent 366b396 commit e6bfca8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
os: [ubuntu-latest, windows-latest, macos-latest]
12-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
12+
python-version: ["3.7.17", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
1313
exclude:
1414
- os: macos-latest
15-
python-version: "3.7"
15+
python-version: "3.7.17"
1616
- os: windows-latest
17-
python-version: "3.7"
17+
python-version: "3.7.17"
1818
- os: macos-latest
1919
python-version: "3.8"
2020
- os: windows-latest

0 commit comments

Comments
 (0)