Skip to content

Commit

Permalink
Also test on PyPy 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-bach-by committed Oct 4, 2023
1 parent 492a73f commit 1101090
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "pypy-3.9"]
python-version: ["3.8", "3.9", "3.10", "3.11", "pypy-3.9", "pypy-3.10"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ UNRELEASED
Added
-----

* Python 3.10 and 3.11 are now officially supported.
* Python 3.10 and 3.11 as well as PyPy 3.10 are now officially supported.

Removed
-------
Expand Down

0 comments on commit 1101090

Please sign in to comment.