Skip to content

Commit ffd8c99

Browse files
committed
Drop pypy 3.9 and add pypy 3.11 support
1 parent c4c8e20 commit ffd8c99

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "pypy-3.9", "pypy-3.10"]
15+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "pypy-3.10", "pypy-3.11"]
1616
os: [ubuntu-22.04, macOS-latest, windows-latest]
1717

1818
steps:

HISTORY.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ dev
66

77
- \[Short description of non-trivial change.\]
88

9+
**Deprecations**
10+
- Added support for pypy 3.11.
11+
- Dropped support for pypy 3.9 following its end of support.
12+
13+
914
2.32.3 (2024-05-29)
1015
-------------------
1116

0 commit comments

Comments
 (0)