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 c50006d commit da34af4Copy full SHA for da34af4
.github/workflows/pylint.yml
@@ -11,7 +11,7 @@ jobs:
11
- name: Setup Python
12
uses: actions/setup-python@v5
13
with:
14
- python-version: 3.8
+ python-version: 3.13
15
16
- name: Install Python lint libraries
17
run: |
.github/workflows/python-app.yml
@@ -16,7 +16,7 @@ jobs:
- name: Set up Python 3.9
18
19
- python-version: 3.9
20
- name: Install dependencies
21
22
python -m pip install --upgrade pip
0 commit comments