We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eedde30 commit cc3ab6fCopy full SHA for cc3ab6f
.github/workflows/build.yml
@@ -20,6 +20,7 @@ jobs:
20
- "pypy-3.6"
21
- "pypy-3.7"
22
- "pypy-3.8"
23
+ - "pypy-3.9"
24
steps:
25
- uses: actions/checkout@v2
26
- name: Setup Python ${{ matrix.python }}
CHANGELOG.md
@@ -13,7 +13,7 @@ adheres to [Semantic Versioning](https://semver.org/).
13
14
- Necessary code changes following dev dependency update: black, pytest
15
- Refactor a descriptor following PEP 487
16
-- Add tests for CPython 3.11
+- Add tests for CPython 3.11 and PyPy 3.9
17
- Use CPython 3.11 for misc. tests
18
19
## [0.4.0] - 2022-01-09
0 commit comments