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
3 changed files with 735 additions and 523 deletions

View File

@@ -23,6 +23,7 @@ jobs:
- "3.11" - "3.11"
- "3.12" - "3.12"
- "3.13" - "3.13"
- "3.14"
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
@@ -31,7 +32,7 @@ jobs:
uses: astral-sh/setup-uv@v5 uses: astral-sh/setup-uv@v5
with: with:
# Install a specific version of uv. # Install a specific version of uv.
version: "0.6.14" version: "0.9.15"
enable-cache: true enable-cache: true
cache-dependency-glob: "uv.lock" cache-dependency-glob: "uv.lock"
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}

1
.python-version Normal file
View File

@@ -0,0 +1 @@
3.14

1254
uv.lock generated

File diff suppressed because it is too large Load Diff