From 5d96818f6276fa7c58ffe0757e646ca5bba295b4 Mon Sep 17 00:00:00 2001 From: Akos Kiss Date: Mon, 26 Aug 2024 12:27:46 +0200 Subject: [PATCH] Bump PyPy on GH Actions to 3.10 (#234) --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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