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 601f9f7 commit be3cdb0Copy full SHA for be3cdb0
.github/workflows/run-tests.yml
@@ -6,7 +6,7 @@ jobs:
6
strategy:
7
matrix:
8
os: [ubuntu-latest]
9
- python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
+ python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
10
runs-on: ${{ matrix.os }}
11
steps:
12
- uses: actions/checkout@v2
0 commit comments