From 12df1739dcd2ce2c7af375155a585d4ec8abee28 Mon Sep 17 00:00:00 2001 From: jorenham Date: Sat, 4 Oct 2025 05:19:50 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20typetest=20with=20Python=203.14?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8e6d0470..e631b7cf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -115,7 +115,7 @@ jobs: strategy: fail-fast: false matrix: - py: ["3.11", "3.12", "3.13"] + py: ["3.11", "3.12", "3.13", "3.14"] np: ["1.25", "2.0", "2.1", "2.2", "2.3"] exclude: - py: "3.12" @@ -124,6 +124,14 @@ jobs: np: "1.25" - py: "3.13" np: "2.0" + - py: "3.14" + np: "1.25" + - py: "3.14" + np: "2.0" + - py: "3.14" + np: "2.1" + - py: "3.14" + np: "2.2" steps: - uses: actions/checkout@v5.0.0