chore: updates project to be python3.14 compatible #74

Merged
HideyoshiNakazone merged 2 commits from chore/run-tests-on-python3.14 into main 2025-12-06 20:09:21 +00:00
Showing only changes of commit dd2e7d221c - Show all commits

View File

@@ -32,7 +32,7 @@ jobs:
uses: astral-sh/setup-uv@v5
with:
# Install a specific version of uv.
version: "0.6.14"
version: "0.9.15"
enable-cache: true
cache-dependency-glob: "uv.lock"
python-version: ${{ matrix.python-version }}