From 07d7c5fa5b1d272839ce52ce1aeba921debdfdac Mon Sep 17 00:00:00 2001 From: Icxolu <10486322+Icxolu@users.noreply.github.com> Date: Thu, 7 Aug 2025 22:46:58 +0200 Subject: [PATCH] ci: test 3.14 --- .github/workflows/ci.yml | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 37c7df0c7..ef6ff5672 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,8 +40,9 @@ jobs: "3.12", "3.13", "3.13t", - "pypy-3.9", - "pypy-3.10", + "3.14-dev", + "3.14t-dev", + "pypy-3.11", ] platform: [ @@ -92,14 +93,7 @@ jobs: python-architecture: "x64", rust-target: "x86_64-unknown-linux-gnu", } - - python-version: pypy-3.9 - platform: - { - os: "windows-latest", - python-architecture: "x86", - rust-target: "i686-pc-windows-msvc", - } - - python-version: pypy-3.10 + - python-version: pypy-3.11 platform: { os: "windows-latest",