From ae2af46390c5b15da9c44a77e72c0da5fa0da510 Mon Sep 17 00:00:00 2001 From: jorenham Date: Wed, 8 Oct 2025 22:43:06 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20include=20py312=20and=20py314=20?= =?UTF-8?q?in=20the=20typecheck=20matrices?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9e4d3971..70aebf5b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: strategy: fail-fast: false matrix: - py: ["3.11", "3.13"] + py: ["3.11", "3.12", "3.13", "3.14"] steps: - uses: actions/checkout@v5.0.0 @@ -67,7 +67,7 @@ jobs: strategy: fail-fast: false matrix: - py: ["3.11", "3.13"] + py: ["3.11", "3.12", "3.13", "3.14"] steps: - uses: actions/checkout@v5.0.0