Skip to content

Commit 2a105b2

Browse files
committed
Updated downstream test workflow
1 parent 3f8c639 commit 2a105b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test-downstream.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
with:
7575
python-version: "${{ matrix.python-version }}"
7676
- name: Setup uv
77-
uses: astral-sh/setup-uv@v3
77+
uses: astral-sh/setup-uv@v5
7878
with:
7979
version: "0.4.15"
8080
enable-cache: true
@@ -96,7 +96,7 @@ jobs:
9696
strategy:
9797
fail-fast: false
9898
matrix:
99-
python-version: ["3.9", "3.12"]
99+
python-version: ["3.9", "3.13"]
100100
steps:
101101
- uses: actions/checkout@v4
102102
with:
@@ -106,7 +106,7 @@ jobs:
106106
with:
107107
python-version: ${{ inputs.python-version }}
108108
- name: Install uv
109-
uses: astral-sh/setup-uv@v4
109+
uses: astral-sh/setup-uv@v5
110110
with:
111111
version: "0.5.4"
112112
enable-cache: true

0 commit comments

Comments
 (0)