Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:
PYTHON_VER: "3.11" # Python to run test/cibuildwheel
CIBW_BUILD: >
cp39-* cp310-* cp311-* cp312-* cp313-*
pp39-* pp310-*
pp39-* pp310-* pp311-*
CIBW_TEST_COMMAND: python -m unittest discover {project}/tests

jobs:
Expand Down Expand Up @@ -92,6 +92,7 @@ jobs:
py:
- "pypy-3.9"
- "pypy-3.10"
- "pypy-3.11"

steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file.

## Unreleased

- Support for PyPy 3.11

## 0.16.2 (October 10, 2024)

- Build wheels for Python 3.13
Expand Down