From 063e289c4a0cc85e7111a54c1f9466569e833dbb Mon Sep 17 00:00:00 2001
From: Paul McCarthy <pauldmccarthy@gmail.com>
Date: Wed, 27 Oct 2021 12:44:52 +0100
Subject: [PATCH] CI: Test against py310

---
 .gitlab-ci.yml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0bd1f1d47..cc43a5a97 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -171,6 +171,12 @@ test:3.9:
   <<: *test_template
 
 
+test:3.10:
+  stage: test
+  image: pauldmccarthy/fsleyes-py310-wxpy4-gtk3
+  <<: *test_template
+
+
 test:build-pypi-dist:
   stage: test
   image: pauldmccarthy/fsleyes-py37-wxpy4-gtk3
-- 
GitLab