We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3b6b7d commit e18edaaCopy full SHA for e18edaa
.github/workflows/install-ci.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-20.04
15
strategy:
16
matrix:
17
- python-version: [3.9]
+ python-version: [3.10, 3.11]
18
19
steps:
20
- uses: actions/checkout@v2
0 commit comments