We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d2e410 commit 2843820Copy full SHA for 2843820
.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.14, 3.8.14, 3.9.14, 3.10.7 ]
+ python-version: [ 3.6.15, 3.7.15, 3.8.15, 3.9.15, 3.10.8, 3.11.0 ]
9
arch: [ amd64, aarch64 ]
10
steps:
11
- uses: actions/checkout@v2
0 commit comments