From 10691b954a87719ed51b6b70a7ecaa7b057d0894 Mon Sep 17 00:00:00 2001 From: KnugiHK <24708955+KnugiHK@users.noreply.github.com> Date: Sat, 27 Dec 2025 17:15:48 +0800 Subject: [PATCH] Update test matrix --- .github/workflows/ci.yml | 23 ++++------------------- 1 file changed, 4 insertions(+), 19 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7bb5d76..f5e4351 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,28 +12,13 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, windows-latest, macos-latest] - python-version: [3.9, "3.10", "3.11", "3.12", "3.13"] + python-version: ["3.13", "3.14"] include: - - os: windows-latest - python-version: "3.13" - - os: macos-latest - python-version: "3.13" - exclude: - - os: windows-latest - python-version: 3.9 - - os: windows-latest + - os: ubuntu-latest python-version: "3.10" - - os: windows-latest + - os: ubuntu-latest python-version: "3.11" - - os: windows-latest - python-version: "3.12" - - os: macos-latest - python-version: 3.9 - - os: macos-latest - python-version: "3.10" - - os: macos-latest - python-version: "3.11" - - os: macos-latest + - os: ubuntu-latest python-version: "3.12" steps: