From 1a12b855cebb204976f6c725975c0f1c2f2b0356 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Schoentgen?= Date: Tue, 19 May 2026 09:03:16 +0200 Subject: [PATCH] Add CPython 3.14 and 3.13t to benchmark workflow --- .github/workflows/benchmark.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index e15a3a1..623bd31 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -19,6 +19,12 @@ jobs: - emoji: 🪟 runs-on: [windows-latest] python: + - name: CPython 3.14t + runs-on: "3.14t" + - name: CPython 3.14 + runs-on: "3.14" + - name: CPython 3.13t + runs-on: "3.13t" - name: CPython 3.13 runs-on: "3.13" - name: CPython 3.12