From f9fee2533cf34391cb1f1c5c6a7a2dba790eafaf Mon Sep 17 00:00:00 2001
From: Paul McCarthy <pauldmccarthy@gmail.com>
Date: Tue, 17 Dec 2024 12:28:44 +0000
Subject: [PATCH] CI: Drop py38/9, add py312/13

---
 .gitlab-ci.yml | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 863b2b1..80d995e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -54,14 +54,6 @@ variables:
     - bash ./.ci/unit_tests.sh
 
 
-test:3.8:
-  image: python:3.8
-  <<: *test_template
-
-test:3.9:
-  image: python:3.9
-  <<: *test_template
-
 test:3.10:
   image: python:3.10
   <<: *test_template
@@ -69,3 +61,11 @@ test:3.10:
 test:3.11:
   image: python:3.11
   <<: *test_template
+
+test:3.12:
+  image: python:3.12
+  <<: *test_template
+
+test:3.13:
+  image: python:3.13
+  <<: *test_template
-- 
GitLab