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 712cdcd commit 30d8a83Copy full SHA for 30d8a83
.github/workflows/run-tests.yml
@@ -19,7 +19,7 @@ jobs:
19
name: Run the test suite
20
strategy:
21
matrix:
22
- python-version: [3.8, 3.12] # no particular need for in-between versions
+ python-version: [3.9, 3.13] # no particular need for in-between versions
23
runs-on: ubuntu-latest
24
steps:
25
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
0 commit comments