We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 690cdad + f546536 commit ee98950Copy full SHA for ee98950
4 files changed
.github/workflows/test.yml
@@ -48,7 +48,7 @@ jobs:
48
pytest:
49
strategy:
50
matrix:
51
- py_version: ["3.7", "3.8", "3.9", "3.10"]
+ py_version: ["3.8", "3.9", "3.10", "3.11"]
52
runs-on: "ubuntu-latest"
53
steps:
54
- uses: actions/checkout@v2
0 commit comments