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 25b5820 commit e0eed6bCopy full SHA for e0eed6b
.github/workflows/build.yml
@@ -25,6 +25,7 @@ jobs:
25
- "3.13"
26
- "pypy-3.9"
27
- "pypy-3.10"
28
+ - "pypy-3.11"
29
steps:
30
- uses: actions/checkout@v4
31
- name: Setup Python ${{ matrix.python }}
CHANGELOG.md
@@ -21,6 +21,7 @@ For the purpose of determining breaking changes:
21
### :house: Internal
22
23
- Update license metadata as per [PEP 639](https://peps.python.org/pep-0639)
24
+- Add tests for PyPy 3.11
## [1.1.0] - 2024-10-10
0 commit comments