diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 1180ca8..e68241f 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -119,7 +119,7 @@ jobs: cp -v $d/* dist/ done - name: Install uv - uses: astral-sh/setup-uv@v6 + uses: astral-sh/setup-uv@v7 - name: Install Python 3.13 run: uv python install 3.13 # Check that basic features work and we didn't miss to include crucial files