Skip to content

Commit

Permalink
test: test against PyPy 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Rogdham committed Aug 14, 2023
1 parent 1c416db commit 2b7f218
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- "3.11"
- "pypy-3.8"
- "pypy-3.9"
- "pypy-3.10"
steps:
- uses: actions/checkout@v3
- name: Setup Python ${{ matrix.python }}
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ this project is described in the documentation.
- Necessary code changes following dev dependency update: ruff
- Use `pyproject.toml` and modern build system
- Improve tox & CI pipelines
- Add tests for PyPy 3.10

## [0.10.0] - 2023-04-22

Expand Down

0 comments on commit 2b7f218

Please sign in to comment.