We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 649abf4 commit fbd42d0Copy full SHA for fbd42d0
1 file changed
.github/workflows/test.yml
@@ -59,7 +59,7 @@ jobs:
59
contents: write
60
strategy:
61
matrix:
62
- py_version: ["3.7", "3.8", "3.9", "3.10"]
+ py_version: ["3.8", "3.9", "3.10", "3.11"]
63
os: [ubuntu-latest]
64
runs-on: "${{ matrix.os }}"
65
steps:
0 commit comments