Skip to content

Commit 588f0af

Browse files
committed
Bump Python version in linting action
1 parent ff23a43 commit 588f0af

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/linting.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ jobs:
66
build:
77

88
runs-on: ubuntu-latest
9-
name: Python 3.8
9+
name: Python 3.14
1010

1111
steps:
1212
- uses: actions/checkout@v4.1.1
1313
- name: Setup python
1414
uses: actions/setup-python@v4.7.1
1515
with:
16-
python-version: 3.12
16+
python-version: 3.14
1717
architecture: x64
1818
- name: Update pip
1919
run: pip install --upgrade pip

0 commit comments

Comments
 (0)