From ab3055ad5b56f67ec38a5ce9b9b02536c735175f Mon Sep 17 00:00:00 2001 From: Mike Gerber Date: Wed, 16 Apr 2025 10:38:32 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=20=20GitHub=20Actions:=20Test=20on=20?= =?UTF-8?q?Python=203.14?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 277d4ba..0644d69 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,7 +25,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13" ] + python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13", "3.14" ] runs-on: "ubuntu-latest"