We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 045292b commit c4654bcCopy full SHA for c4654bc
.github/workflows/pypy.yml
@@ -51,8 +51,8 @@ jobs:
51
- 'macos-13'
52
- 'windows-2022'
53
py:
54
- - 'pypy-3.9'
55
- 'pypy-3.10'
+ - 'pypy-3.11'
56
arch:
57
- 'x86'
58
- 'x64'
docs/news.rst
@@ -63,6 +63,8 @@ Changes
63
* We now `collections.abs.Buffer` on Python 3.12+ instead of `typing.ByteString`,
64
as `typing.ByteString` was deprecated and later removed. (#238, #262)
65
* 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.
68
69
Backwards Compatibility Notes
70
-----------------------------
0 commit comments