We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e8c35f commit 13a528dCopy full SHA for 13a528d
.github/workflows/pull_request.yml
@@ -11,7 +11,7 @@ jobs:
11
matrix:
12
# TODO: Add 3.7 to python-versions after GitHub action regression is resolved.
13
# https://github.com/actions/setup-python/issues/682
14
- python-version: [3.8, 3.9, 3.10.13]
+ python-version: ['3.8', '3.9', '3.10']
15
os: [ubuntu-latest, windows-latest, macos-latest]
16
17
steps:
.github/workflows/push.yml
0 commit comments