Skip to content

Commit e0eed6b

Browse files
committed
test: test against PyPy 3.11
1 parent 25b5820 commit e0eed6b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
- "3.13"
2626
- "pypy-3.9"
2727
- "pypy-3.10"
28+
- "pypy-3.11"
2829
steps:
2930
- uses: actions/checkout@v4
3031
- name: Setup Python ${{ matrix.python }}

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ For the purpose of determining breaking changes:
2121
### :house: Internal
2222

2323
- Update license metadata as per [PEP 639](https://peps.python.org/pep-0639)
24+
- Add tests for PyPy 3.11
2425

2526
## [1.1.0] - 2024-10-10
2627

0 commit comments

Comments
 (0)