From accd65d94a943e4effbc26f1f76c22e0e3380a4c Mon Sep 17 00:00:00 2001 From: Peter Bieringer Date: Sat, 27 Sep 2025 07:46:46 +0200 Subject: [PATCH] adjust python versions --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ca137590..3c7a1819 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,10 +6,10 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - python-version: ['3.9', '3.10', '3.11', '3.12.3', '3.13.0', pypy-3.9] + python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', 'pypy-3.9', 'pypy-3.10', 'pypy-3.11'] exclude: - os: windows-latest - python-version: pypy-3.9 + python-version: pypy-3.11 runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4