Very fast Python line simplification using either the RDP or Visvalingam-Whyatt algorithm implemented in Rust

Merge pull request #119 from urschrei/dependabot/github_actions/astral-sh/setup-uv-7

Bump astral-sh/setup-uv from 6 to 7

authored by urschrei.bsky.social and committed by GitHub 6364ce65 df0cef52

Changed files
+1 -1
.github
workflows
+1 -1
.github/workflows/wheels.yml
··· 98 98 shell: bash 99 99 100 100 - name: Install the latest version of uv 101 - uses: astral-sh/setup-uv@v6 101 + uses: astral-sh/setup-uv@v7 102 102 with: 103 103 version: "latest" 104 104