Skip to content

Commit c9a5748

Browse files
authored
Merge pull request #269 from kit-data-manager/renovate/python-3.x
Update dependency python to 3.14
2 parents 839fdcb + 8599da1 commit c9a5748

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Set up Python
3232
uses: actions/setup-python@v6
3333
with:
34-
python-version: '3.13'
34+
python-version: '3.14'
3535
- name: Get Python location
3636
run: python -c "import os, sys; print(sys.executable)"
3737
- name: Update pip

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Set up Python3
4242
uses: actions/setup-python@v6
4343
with:
44-
python-version: '3.13'
44+
python-version: '3.14'
4545
- name: Set up OpenJDK
4646
uses: actions/setup-java@v5
4747
with:
@@ -101,7 +101,7 @@ jobs:
101101
- name: Set up Python3
102102
uses: actions/setup-python@v6
103103
with:
104-
python-version: '3.13'
104+
python-version: '3.14'
105105

106106
- name: Set up OpenJDK
107107
uses: actions/setup-java@v5

0 commit comments

Comments
 (0)