We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f8c639 commit 2a105b2Copy full SHA for 2a105b2
.github/workflows/test-downstream.yml
@@ -74,7 +74,7 @@ jobs:
74
with:
75
python-version: "${{ matrix.python-version }}"
76
- name: Setup uv
77
- uses: astral-sh/setup-uv@v3
+ uses: astral-sh/setup-uv@v5
78
79
version: "0.4.15"
80
enable-cache: true
@@ -96,7 +96,7 @@ jobs:
96
strategy:
97
fail-fast: false
98
matrix:
99
- python-version: ["3.9", "3.12"]
+ python-version: ["3.9", "3.13"]
100
steps:
101
- uses: actions/checkout@v4
102
@@ -106,7 +106,7 @@ jobs:
106
107
python-version: ${{ inputs.python-version }}
108
- name: Install uv
109
- uses: astral-sh/setup-uv@v4
110
111
version: "0.5.4"
112
0 commit comments