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 f65899c commit a74f316Copy full SHA for a74f316
.github/workflows/lint.yml
@@ -18,7 +18,7 @@ jobs:
18
- uses: actions/checkout@v3
19
- uses: actions/setup-python@v4
20
with:
21
- python-version: '3.6'
+ python-version: '3.14'
22
- name: Install Flake8
23
run: |
24
python -m pip install --upgrade pip
.github/workflows/test.yml
@@ -22,7 +22,7 @@ jobs:
- name: Install Python 3
uses: actions/setup-python@v4
25
- python-version: 3.11
+ python-version: 3.14
26
- name: Install dependencies
27
28
0 commit comments