We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5048720 commit 6ca4720Copy full SHA for 6ca4720
.github/workflows/build.yml
@@ -5,7 +5,7 @@ jobs:
5
runs-on: ubuntu-latest
6
strategy:
7
matrix:
8
- python-version: [ 3.6.12, 3.7.9, 3.8.6, 3.9.0 ]
+ python-version: [ 3.6.15, 3.7.12, 3.8.12, 3.9.7 ]
9
arch: [ amd64, aarch64 ]
10
steps:
11
- uses: actions/checkout@v2
0 commit comments