diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7aea44e..014c743 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.5', '3.12', 'pypy-3.9'] # FIXME: forcing to use py3.11.5 since py3.11.7 causes an inexplicable failure in multiprocessing. + python-version: [3.8, 3.9, '3.10', '3.11.5', '3.12', 'pypy-3.10'] # FIXME: forcing to use py3.11.5 since py3.11.7 causes an inexplicable failure in multiprocessing. runs-on: ${{ matrix.os }} steps: - run: git config --global core.autocrlf input