From ed9d51cbfb1a43b5b66317ace45430c91c042ac8 Mon Sep 17 00:00:00 2001 From: Romain Picard Date: Mon, 23 Sep 2024 22:21:04 +0200 Subject: [PATCH] ci: bump python versions --- .github/workflows/ci.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9035fbc..b1090fe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,12 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - python-version: ['3.10', '3.11', '3.12', 'pypy-3.8', 'pypy-3.9', 'pypy-3.10'] + python-version: ['3.10', '3.11', '3.12', 'pypy-3.9', 'pypy-3.10'] + exclude: + - os: windows-latest + python-version: 'pypy-3.9' + - os: windows-latest + python-version: 'pypy-3.10' steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }}