This commit is contained in:
Anthony Samms
2025-10-27 19:34:23 -04:00
parent e022730f15
commit d65a3b4792
2 changed files with 6 additions and 3 deletions

View File

@@ -224,6 +224,12 @@ jobs:
- name: Setup Python
run: uv python install
- name: Force newer Pillow version (Windows)
if: runner.os == 'Windows'
run: |
# Install the latest pre-release Pillow which should have Python 3.14 support
uv pip install --upgrade --pre pillow
- name: Install Dependencies
run: |
uv sync

View File

@@ -16,9 +16,6 @@ paths = ["."]
[tool.uv]
find-links = ["raylib-sdl"]
override-dependencies = [
"pillow",
]
[dependency-groups]
dev = [