Skip to content

Commit 4e9f211

Browse files
committed
switch to PyPy 3.11
1 parent aa37759 commit 4e9f211

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14', 'pypy-3.10']
17+
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14', 'pypy-3.11']
1818
steps:
1919
- uses: actions/checkout@v4
2020
- name: Set up Python ${{ matrix.python-version }}

.github/workflows/testpypy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
python-version: ['pypy-3.9']
12+
python-version: ['pypy-3.11']
1313

1414
steps:
1515
- uses: actions/checkout@v4

notes/pages/Release Notes v1.4.x.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,5 @@
3636
- # Release v1.4.3
3737
- Changelog: ((68d646ab-d400-4b0f-8c2b-33a30ba1ecc5))
3838
- Bugfix release
39-
- Requires Python 3.10, Python 3.9 has reached End of Life in Oktober 2025
39+
- Requires Python 3.10, Python 3.9 has reached End of Life in Oktober 2025
40+
- Requires PyPy 3.11, latest `Pillow` release does not provide PyPy 3.10 wheels

0 commit comments

Comments
 (0)