diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e89b9f8..394c99a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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 }} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c4cb689..364b50e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 -------