From 872882594aba4c7996cb4f9ccb0df06da2c7ccb4 Mon Sep 17 00:00:00 2001
From: Padraig Gleeson
Date: Mon, 17 Nov 2025 12:13:58 +0000
Subject: [PATCH] Update Python versions in CI workflow - add 3.14
---
.github/workflows/ci.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 1bef938..316d4f1 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
+ python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
runs-on: [ubuntu-latest, windows-latest, macos-latest]
steps: