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 94d6d4c commit 23c3687Copy full SHA for 23c3687
1 file changed
.github/workflows/test.yaml
@@ -15,7 +15,8 @@ jobs:
15
strategy:
16
fail-fast: false
17
matrix:
18
- python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
+ # todo: add testing for py36 and py37 if needed
19
+ python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
20
21
steps:
22
- uses: actions/checkout@v4
0 commit comments