From 00ffe5cbf6d254ae79ac6fd3eaa47da1d7cbb697 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Wed, 8 Oct 2025 08:33:06 +0200 Subject: [PATCH] use 3.14.0 in CI (#1087) also remove old pypys --- .github/workflows/ci.yml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0dd7c30..75d4a1f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,8 +15,8 @@ jobs: matrix: PYTHON: - {VERSION: "3.8", NOXSESSION: "tests"} - - {VERSION: "3.13", NOXSESSION: "tests"} - - {VERSION: "3.13t", NOXSESSION: "tests"} + - {VERSION: "3.14", NOXSESSION: "tests"} + - {VERSION: "3.14t", NOXSESSION: "tests"} MACOS: - macos-15-intel - macos-latest @@ -52,8 +52,8 @@ jobs: - {ARCH: 'arm64', WINDOWS: 'win-arm64', RUST_TRIPLE: 'aarch64-pc-windows-msvc', RUNNER: 'windows-11-arm'} PYTHON: - {VERSION: "3.8", NOXSESSION: "tests"} - - {VERSION: "3.13", NOXSESSION: "tests"} - - {VERSION: "3.13t", NOXSESSION: "tests"} + - {VERSION: "3.14", NOXSESSION: "tests"} + - {VERSION: "3.14t", NOXSESSION: "tests"} exclude: - WINDOWS: {ARCH: 'arm64', WINDOWS: 'win-arm64', RUST_TRIPLE: 'aarch64-pc-windows-msvc'} PYTHON: {VERSION: "3.8", NOXSESSION: "tests"} @@ -94,10 +94,8 @@ jobs: - {VERSION: "3.12", NOXSESSION: "tests"} - {VERSION: "3.13", NOXSESSION: "tests"} - {VERSION: "3.13t", NOXSESSION: "tests"} - - {VERSION: "3.14-dev", NOXSESSION: "tests"} - - {VERSION: "3.14t-dev", NOXSESSION: "tests"} - - {VERSION: "pypy-3.9", NOXSESSION: "tests"} - - {VERSION: "pypy-3.10", NOXSESSION: "tests"} + - {VERSION: "3.14", NOXSESSION: "tests"} + - {VERSION: "3.14t", NOXSESSION: "tests"} - {VERSION: "pypy-3.11", NOXSESSION: "tests"} # MSRV