From d9a253cb3be39e9923cefc7e120c44f7ecbaed51 Mon Sep 17 00:00:00 2001
From: Paul McCarthy <pauldmccarthy@gmail.com>
Date: Tue, 19 Jan 2021 18:43:36 +0000
Subject: [PATCH] CI: Test against py39

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cbec21270..8407a7493 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -173,6 +173,12 @@ test:3.8:
   <<: *test_template
 
 
+test:3.9:
+  stage: test
+  image: pauldmccarthy/fsleyes-py39-wxpy4-gtk3
+  <<: *test_template
+
+
 test:build-pypi-dist:
   stage: test
   image: pauldmccarthy/fsleyes-py36-wxpy4-gtk3
-- 
GitLab