We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76020e2 commit 1c547dcCopy full SHA for 1c547dc
.github/workflows/test.yml
@@ -14,7 +14,7 @@ jobs:
14
fail-fast: false
15
matrix:
16
os: [ubuntu-latest, windows-latest]
17
- python-version: ['3.8', '3.9', '3.10']
+ python-version: ['3.9', '3.10', '3.11']
18
runs-on: ${{ matrix.os }}
19
name: ${{ matrix.os }} Unit test ${{ matrix.python-version }}
20
steps:
0 commit comments