diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index eb84dd7..cab3027 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,7 +6,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - python-version: [3.8, 3.9, '3.10', '3.11', '3.12', 'pypy-3.9'] + python-version: [3.8, 3.9, '3.10', '3.11', '3.12', 'pypy-3.10'] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3