From 03e8261d15a039f6297111779ce79aa99f9d8b1e Mon Sep 17 00:00:00 2001 From: Paul McCarthy <pauldmccarthy@gmail.com> Date: Fri, 12 Nov 2021 11:56:22 +0000 Subject: [PATCH] CI: Disable testing against 3.10 until deps are stable --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cc43a5a97..92cb04a71 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -171,10 +171,10 @@ test:3.9: <<: *test_template -test:3.10: - stage: test - image: pauldmccarthy/fsleyes-py310-wxpy4-gtk3 - <<: *test_template +# test:3.10: +# stage: test +# image: pauldmccarthy/fsleyes-py310-wxpy4-gtk3 +# <<: *test_template test:build-pypi-dist: -- GitLab