Skip to content
Snippets Groups Projects
Commit a4d50dac authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

CI: Drop py35, add py38, move to gtk3

parent 285f2049
No related branches found
No related tags found
No related merge requests found
...@@ -157,27 +157,27 @@ variables: ...@@ -157,27 +157,27 @@ variables:
- bash ./.ci/test_template.sh - bash ./.ci/test_template.sh
test:3.5: test:3.6:
stage: test stage: test
image: pauldmccarthy/fsleyes-py35-wxpy4-gtk2 image: pauldmccarthy/fsleyes-py36-wxpy4-gtk3
<<: *test_template <<: *test_template
test:3.6: test:3.7:
stage: test stage: test
image: pauldmccarthy/fsleyes-py36-wxpy4-gtk2 image: pauldmccarthy/fsleyes-py37-wxpy4-gtk3
<<: *test_template <<: *test_template
test:3.7: test:3.8:
stage: test stage: test
image: pauldmccarthy/fsleyes-py37-wxpy4-gtk2 image: pauldmccarthy/fsleyes-py38-wxpy4-gtk3
<<: *test_template <<: *test_template
test:build-pypi-dist: test:build-pypi-dist:
stage: test stage: test
image: pauldmccarthy/fsleyes-py35-wxpy4-gtk2 image: pauldmccarthy/fsleyes-py36-wxpy4-gtk3
<<: *except_releases <<: *except_releases
tags: tags:
...@@ -195,7 +195,7 @@ test:build-pypi-dist: ...@@ -195,7 +195,7 @@ test:build-pypi-dist:
style: style:
stage: style stage: style
image: pauldmccarthy/fsleyes-py35-wxpy4-gtk2 image: pauldmccarthy/fsleyes-py36-wxpy4-gtk3
<<: *test_template <<: *test_template
variables: variables:
TEST_STYLE: "true" TEST_STYLE: "true"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment