Skip to content

Commit c5b743a

Browse files
authored
Merge pull request #1975 from steveyegge/renovate/python-3.x
Reviewed by elinor (PR sheriff). Trivial Python version bump, no code changes.
2 parents 7622be3 + 3c54cf1 commit c5b743a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
- name: Set up Python
9696
uses: actions/setup-python@v6
9797
with:
98-
python-version: '3.11'
98+
python-version: '3.14'
9999

100100
- name: Install uv
101101
run: pip install uv

.github/workflows/test-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Python
1616
uses: actions/setup-python@v6
1717
with:
18-
python-version: '3.11'
18+
python-version: '3.14'
1919

2020
- name: Install uv
2121
run: pip install uv
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.13
1+
3.14

0 commit comments

Comments
 (0)