We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ba0306 commit a8ce35aCopy full SHA for a8ce35a
.github/workflows/test.yaml
@@ -26,7 +26,7 @@ jobs:
26
runs-on: ubuntu-latest
27
strategy:
28
matrix:
29
- python-version: ["3.7", "3.8", "3.9", "3.10"]
+ python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
30
steps:
31
- uses: actions/checkout@v2
32
- name: Use Python ${{ matrix.python-version }}
0 commit comments