We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baadc6d commit 666c99bCopy full SHA for 666c99b
1 file changed
.github/workflows/lint.yaml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ubuntu-latest
8
strategy:
9
matrix:
10
- python-version: ["3.10", "3.11", "3.12", "3.13"]
+ python-version: ["3.12", "3.13"]
11
steps:
12
- uses: actions/checkout@v4
13
- name: Set up Python ${{ matrix.python-version }}
@@ -26,7 +26,7 @@ jobs:
26
27
28
29
30
31
32
0 commit comments