We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf36a6f commit 735a7bdCopy full SHA for 735a7bd
.github/workflows/pull_request.yml
@@ -9,7 +9,9 @@ jobs:
9
10
strategy:
11
matrix:
12
- python-version: [3.7, 3.8, 3.9]
+ # 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]
15
os: [ubuntu-latest, windows-latest, macos-latest]
16
17
steps:
.github/workflows/push.yml
0 commit comments