We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f35d53 commit 134a95cCopy full SHA for 134a95c
1 file changed
.github/workflows/test.yml
@@ -51,7 +51,7 @@ jobs:
51
contents: write
52
strategy:
53
matrix:
54
- py_version: ["3.7", "3.8", "3.9", "3.10"]
+ py_version: ["3.8", "3.9", "3.10", "3.11"]
55
os: [ubuntu-latest, windows-latest]
56
runs-on: "${{ matrix.os }}"
57
steps:
0 commit comments