Skip to content

Commit 86da260

Browse files
authored
chore: migrate off Python 3.9 (#4220)
Update lint workflow to Python 3.14. Refs: #4208
1 parent 3c7978e commit 86da260

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v6
12-
- name: Set up Python 3.9
12+
- name: Set up Python 3.14
1313
uses: actions/setup-python@v6
1414
with:
15-
python-version: 3.9
15+
python-version: 3.14
1616
- name: Install dependencies
1717
run: |
1818
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)