From 57e9c29f6694ac5a3013dd42c161930a5db317f5 Mon Sep 17 00:00:00 2001 From: Paul McCarthy <pauldmccarthy@gmail.com> Date: Fri, 10 May 2024 12:07:26 +0100 Subject: [PATCH] CI: Drop py38, add py312 --- .gitlab-ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 49beaf83..e0d0e7d2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -156,12 +156,6 @@ variables: - bash ./.ci/test_template.sh -test:3.8: - stage: test - image: pauldmccarthy/fsleyes-py38-wxpy4-gtk3 - <<: *test_template - - test:3.9: stage: test image: pauldmccarthy/fsleyes-py39-wxpy4-gtk3 @@ -180,6 +174,12 @@ test:3.11: <<: *test_template +test:3.12: + stage: test + image: pauldmccarthy/fsleyes-py312-wxpy4-gtk3 + <<: *test_template + + test:build-pypi-dist: stage: test image: python:3.10 -- GitLab