We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd2af5f commit 3c7be64Copy full SHA for 3c7be64
1 file changed
.github/workflows/linting.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
strategy:
11
matrix:
12
- python-version: ["3.8"]
+ python-version: ["3.9"]
13
steps:
14
- uses: actions/checkout@v4
15
- name: Set up Python ${{ matrix.python-version }}
@@ -24,7 +24,7 @@ jobs:
24
25
26
27
28
29
30
0 commit comments