Skip to content

Commit 346cab5

Browse files
committed
ci: drop PyPy 3.9, add PyPy 3.11
The 3.9 build is failing for reasons unknown. Only 3.11 is officially supported. But 3.10 is still working for now. So let's drop 3.9 and add 3.11.
1 parent 045292b commit 346cab5

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/pypy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
- 'macos-13'
1414
- 'windows-2022'
1515
py:
16-
- 'pypy-3.9'
1716
- 'pypy-3.10'
17+
- 'pypy-3.11'
1818
arch:
1919
- 'x86'
2020
- 'x64'
@@ -51,8 +51,8 @@ jobs:
5151
- 'macos-13'
5252
- 'windows-2022'
5353
py:
54-
- 'pypy-3.9'
5554
- 'pypy-3.10'
55+
- 'pypy-3.11'
5656
arch:
5757
- 'x86'
5858
- 'x64'

docs/news.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ Changes
6363
* We now `collections.abs.Buffer` on Python 3.12+ instead of `typing.ByteString`,
6464
as `typing.ByteString` was deprecated and later removed. (#238, #262)
6565
* PyO3 Rust crate upgraded from 0.21 to 0.22 (#257) and later to 0.24.
66+
* Removed CI coverage for PyPy 3.9.
67+
* Added CI coverage for PyPy 3.11.
6668

6769
Backwards Compatibility Notes
6870
-----------------------------

0 commit comments

Comments
 (0)