From 66b6cd8b5bd5ee12ab3afeb312b59769da7e67dd Mon Sep 17 00:00:00 2001
From: Padraig Gleeson
Date: Fri, 22 Aug 2025 12:35:47 +0100
Subject: [PATCH] Add Python versions 3.12 and 3.13 to CI matrix
---
.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 f51dadb..3678b07 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- python-version: [ 3.9, "3.10", "3.11" ]
+ python-version: [ 3.9, "3.10", "3.11", "3.12", "3.13" ]
steps:
- uses: actions/checkout@v4