Skip to content

Commit 0d128a8

Browse files
Update dependency python to 3.14 (#1658)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6fad731 commit 0d128a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/snapshot-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Setup Python
4141
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
4242
with:
43-
python-version: "3.10"
43+
python-version: "3.14"
4444

4545
- name: Install Apache Ivy
4646
if: ${{ matrix.os == 'ubuntu-latest' }}

.github/workflows/snapshot-verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- name: Setup Python
6868
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
6969
with:
70-
python-version: "3.10"
70+
python-version: "3.14"
7171

7272
- run: dotnet restore
7373

0 commit comments

Comments
 (0)