Skip to content

Commit cc3ab6f

Browse files
committed
test: test against PyPy 3.9
1 parent eedde30 commit cc3ab6f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- "pypy-3.6"
2121
- "pypy-3.7"
2222
- "pypy-3.8"
23+
- "pypy-3.9"
2324
steps:
2425
- uses: actions/checkout@v2
2526
- name: Setup Python ${{ matrix.python }}

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ adheres to [Semantic Versioning](https://semver.org/).
1313

1414
- Necessary code changes following dev dependency update: black, pytest
1515
- Refactor a descriptor following PEP 487
16-
- Add tests for CPython 3.11
16+
- Add tests for CPython 3.11 and PyPy 3.9
1717
- Use CPython 3.11 for misc. tests
1818

1919
## [0.4.0] - 2022-01-09

0 commit comments

Comments
 (0)