Skip to content

Commit 728d0b7

Browse files
Update python to 3.14 (#516)
1 parent 8e03fac commit 728d0b7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/actions/build/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ runs:
2727
- name: Setup Python
2828
uses: actions/setup-python@v6
2929
with:
30-
python-version: '3.13'
30+
python-version: '3.14'
3131
cache: 'pip'
3232
- name: Set up Gradle
3333
uses: gradle/actions/setup-gradle@v5

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Setup Python
3232
uses: actions/setup-python@v6
3333
with:
34-
python-version: '3.13'
34+
python-version: '3.14'
3535
cache: 'pip'
3636
- run: pip install -r .github/scripts/requirements.txt
3737
- name: 'unittest discover'

.github/workflows/update-examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Setup Python
3131
uses: actions/setup-python@v6
3232
with:
33-
python-version: '3.13'
33+
python-version: '3.14'
3434
cache: 'pip'
3535
- run: pip install -r .github/scripts/requirements.txt
3636
- name: 'Get versions'

0 commit comments

Comments
 (0)