Skip to content

Commit 28a9513

Browse files
committed
Match Py3.7's available minor version
Is this what's required?
1 parent 51a1e58 commit 28a9513

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- {python-version: "pypy-2.7", toxenv: "pypy"}
1919
- {python-version: "pypy-3.8", toxenv: "pypy3"}
2020
- {python-version: "2.7", toxenv: "py27"}
21-
- {python-version: "3.7", toxenv: "py37"}
21+
- {python-version: "3.7.17", toxenv: "py37"}
2222
- {python-version: "3.8", toxenv: "py38"}
2323
- {python-version: "3.9", toxenv: "py39"}
2424
- {python-version: "3.10", toxenv: "py310"}

0 commit comments

Comments
 (0)