We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff23a43 commit 588f0afCopy full SHA for 588f0af
1 file changed
.github/workflows/linting.yml
@@ -6,14 +6,14 @@ jobs:
6
build:
7
8
runs-on: ubuntu-latest
9
- name: Python 3.8
+ name: Python 3.14
10
11
steps:
12
- uses: actions/checkout@v4.1.1
13
- name: Setup python
14
uses: actions/setup-python@v4.7.1
15
with:
16
- python-version: 3.12
+ python-version: 3.14
17
architecture: x64
18
- name: Update pip
19
run: pip install --upgrade pip
0 commit comments