Skip to content

Commit ae0eed2

Browse files
committed
build(python): Remove builds for PyPy <3.9
Signed-off-by: Dmitry Dygalo <[email protected]>
1 parent 2c25198 commit ae0eed2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/python-release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,8 +257,6 @@ jobs:
257257
os: [ubuntu-22.04, macos-13]
258258
target: [x86_64, aarch64]
259259
python-version:
260-
- "3.7"
261-
- "3.8"
262260
- "3.9"
263261
- "3.10"
264262
exclude:

bindings/python/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111

1212
- Update `PyO3` to `0.25.0`.
1313

14+
### Removed
15+
16+
- Builds for PyPy <3.9.
17+
1418
## [0.14.6] - 2024-12-27
1519

1620
### Fixed

0 commit comments

Comments
 (0)