diff --git a/.github/workflows/tests-python.yml b/.github/workflows/tests-python.yml index 1aa8156..0a2c925 100644 --- a/.github/workflows/tests-python.yml +++ b/.github/workflows/tests-python.yml @@ -8,10 +8,14 @@ jobs: fail-fast: false matrix: os: [macos-13, macos-14, ubuntu-latest] - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] + python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "pypy3.7", "pypy3.8", "pypy3.9", "pypy3.10"] exclude: - os: macos-14 python-version: "3.7" + - os: macos-13 + python-version: "3.13" + - os: ubuntu-latest + python-version: "3.13" runs-on: ${{ matrix.os }} steps: