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