Skip to content

Commit c4654bc

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 c4654bc

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/pypy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)