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 dab9d62 commit 81a3635Copy full SHA for 81a3635
.github/workflows/pytest.yml
@@ -61,7 +61,7 @@ jobs:
61
runs-on: windows-latest
62
strategy:
63
matrix:
64
- python-version: [ "3.7", "3.8", "3.9" ]
+ python-version: ["3.9", "3.10", "3.11", "3.12"]
65
66
steps:
67
- uses: actions/checkout@v3
0 commit comments