Skip to content

Commit 579cd9f

Browse files
nateprewittsigmavirus24
authored andcommitted
Drop pypy 3.9 and add pypy 3.11 support
1 parent c54d034 commit 579cd9f

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,12 @@ 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]
17+
# Pypy-3.11 can't install openssl-sys with rust
18+
# which prevents us from testing in GHA.
19+
exclude:
20+
- { python-version: "pypy-3.11", os: "windows-latest" }
1721

1822
steps:
1923
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0

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 for Linux and macOS.
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)