From 89dcc5c5781ae27d14b8b14ccc4a70038a11989a Mon Sep 17 00:00:00 2001 From: "Paul J. Dorn" Date: Thu, 28 Dec 2023 21:31:10 +0100 Subject: [PATCH] CI: stop testing EoL PyPy --- .github/workflows/tox.yml | 5 +++-- appveyor.yml | 6 ++++++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tox.yml b/.github/workflows/tox.yml index 29e09afc0..72d9884c5 100644 --- a/.github/workflows/tox.yml +++ b/.github/workflows/tox.yml @@ -16,7 +16,7 @@ jobs: matrix: os: [ubuntu-latest, macos-latest] # All OSes pass except Windows because tests need Unix-only fcntl, grp, pwd, etc. python-version: - # CPython <= 3.7 is EoL since 2923-06-27 + # CPython <= 3.7 is EoL since 2023-06-27 - "3.7" - "3.8" - "3.9" @@ -24,7 +24,8 @@ jobs: - "3.11" - "3.12" # PyPy <= 3.8 is EoL since 2023-06-16 - - "pypy-3.8" + - "pypy-3.9" + - "pypy-3.10" steps: - uses: actions/checkout@v4 - name: Using Python ${{ matrix.python-version }} diff --git a/appveyor.yml b/appveyor.yml index 85feb4dc3..3cf11f0e9 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -24,6 +24,12 @@ environment: # PYTHON: "C:\\Python38-x64" #- TOXENV: py39 # PYTHON: "C:\\Python39-x64" + #- TOXENV: py310 + # PYTHON: "C:\\Python310-x64" + #- TOXENV: py311 + # PYTHON: "C:\\Python311-x64" + #- TOXENV: py312 + # PYTHON: "C:\\Python312-x64" matrix: allow_failures: - TOXENV: py35