Skip to content

Commit cf1d9c0

Browse files
committed
ci: Bump Ubuntu and Python versions
Signed-off-by: Pat Zielinski <git@patzielinski.com>
1 parent 258ad50 commit cf1d9c0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/draft.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Set up Python
1313
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c
1414
with:
15-
python-version: '3.10'
15+
python-version: '3.14'
1616
cache: pip
1717

1818
- name: Clone

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
main:
99
name: Sanity checks before a PR merge
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
1313
with:
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Python
1717
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c
1818
with:
19-
python-version: '3.10'
19+
python-version: '3.14'
2020
cache: pip
2121

2222
- name: Ensure changes build

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
if: steps.getver.outputs.spec_version != steps.prevver.outputs.prev_version
3333
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c
3434
with:
35-
python-version: '3.10'
35+
python-version: '3.14'
3636
cache: 'pip'
3737

3838
- name: Make release

0 commit comments

Comments
 (0)