Skip to content

Commit b7e2275

Browse files
chore(deps): update dependency python to 3.14 (#47)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e87de92 commit b7e2275

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/check-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup python
1515
uses: actions/setup-python@v5
1616
with:
17-
python-version: '3.11'
17+
python-version: '3.14'
1818
- name: Checkout code
1919
uses: actions/checkout@v4
2020
with:

.github/workflows/integ-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v4
2323
- uses: actions/setup-python@v5
2424
with:
25-
python-version: '3.11'
25+
python-version: '3.14'
2626
- name: run integration tests
2727
run: make integ-tests-with-docker-x86-64
2828
integ-tests-arm64:
@@ -33,7 +33,7 @@ jobs:
3333
- uses: actions/checkout@v4
3434
- uses: actions/setup-python@v5
3535
with:
36-
python-version: '3.11'
36+
python-version: '3.14'
3737
- name: run integration tests
3838
run: make integ-tests-with-docker-arm64
3939
integ-tests-old:
@@ -44,6 +44,6 @@ jobs:
4444
- uses: actions/checkout@v4
4545
- uses: actions/setup-python@v5
4646
with:
47-
python-version: '3.11'
47+
python-version: '3.14'
4848
- name: run integration tests
4949
run: make integ-tests-with-docker-old

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up python
2323
uses: actions/setup-python@v5
2424
with:
25-
python-version: '3.11'
25+
python-version: '3.14'
2626
- name: Build
2727
run: make compile-with-docker-all
2828
- name: Run Integ Tests

0 commit comments

Comments
 (0)