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 346cab5Copy full SHA for 346cab5
2 files changed
.github/workflows/pypy.yml
@@ -13,8 +13,8 @@ jobs:
13
- 'macos-13'
14
- 'windows-2022'
15
py:
16
- - 'pypy-3.9'
17
- 'pypy-3.10'
+ - 'pypy-3.11'
18
arch:
19
- 'x86'
20
- 'x64'
@@ -51,8 +51,8 @@ jobs:
51
52
53
54
55
56
57
58
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