We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fad731 commit 0d128a8Copy full SHA for 0d128a8
.github/workflows/snapshot-publish.yml
@@ -40,7 +40,7 @@ jobs:
40
- name: Setup Python
41
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
42
with:
43
- python-version: "3.10"
+ python-version: "3.14"
44
45
- name: Install Apache Ivy
46
if: ${{ matrix.os == 'ubuntu-latest' }}
.github/workflows/snapshot-verify.yml
@@ -67,7 +67,7 @@ jobs:
67
68
69
70
71
72
- run: dotnet restore
73
0 commit comments