Skip to content

Commit 34b50de

Browse files
authored
Enable Python 3.14 by updating to pillow 11.3.X and adding 3.14 to CI (#2777)
* Add Python 3.14 to self-hosted CI runner workflow * Bump pillow to 11.3.0 to try beta Python 3.14 support
1 parent e55f2b7 commit 34b50de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/selfhosted_runner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
matrix:
2020
os: [ubuntu-latest]
21-
python-version: ['3.10', '3.11', '3.12', '3.13']
21+
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
2222
architecture: ['x64']
2323

2424
steps:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ classifiers = [
2020
]
2121
dependencies = [
2222
"pyglet~=2.1.5",
23-
"pillow~=11.0.0",
23+
"pillow~=11.3.0",
2424
"pymunk~=6.9.0",
2525
"pytiled-parser~=2.2.9",
2626
]

0 commit comments

Comments
 (0)