diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a4ee894..a95c075 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,9 +6,9 @@ jobs: test: runs-on: ubuntu-latest strategy: - max-parallel: 6 + max-parallel: 7 matrix: - python-version: ["pypy-3.8", "3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: ["pypy-3.9", "pypy-10", "3.8", "3.9", "3.10", "3.11", "3.12"] steps: - uses: actions/checkout@v3