Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
FSL
funpack
Commits
a7dcf90a
Commit
a7dcf90a
authored
Jan 04, 2022
by
Paul McCarthy
🚵
Browse files
CI: Drop py36, add py310
parent
1729ae84
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
a7dcf90a
...
...
@@ -88,12 +88,6 @@ variables:
-
bash ./.ci/unit_tests.sh
test:3.6:
stage
:
test
image
:
python:3.6
<<
:
*test_template
test:3.7:
stage
:
test
image
:
python:3.7
...
...
@@ -112,6 +106,12 @@ test:3.9:
<<
:
*test_template
test:3.10:
stage
:
test
image
:
python:3.10
<<
:
*test_template
#############
# Style stage
#############
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment