Merge pull request #74 from HideyoshiNakazone/chore/run-tests-on-python3.14

chore: updates project to be python3.14 compatible
This commit was merged in pull request #74.
This commit is contained in:
2025-12-06 17:09:21 -03:00
committed by GitHub
3 changed files with 735 additions and 523 deletions

View File

@@ -23,6 +23,7 @@ jobs:
- "3.11"
- "3.12"
- "3.13"
- "3.14"
steps:
- uses: actions/checkout@v4
@@ -31,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 }}

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