Skip to content

Commit

Permalink
change Python version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Koyaani authored and autra committed Mar 24, 2022
1 parent 9f74f63 commit fe819b3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@
- gitlab-org-docker

# oldest supported
test:python36:
test:python37:
<<: *job_definition
image: python:3.6
image: python:3.7

# latest
test:python-latest:
<<: *job_definition
image: python:latest

# stretch
test:python-stretch:
# buster
test:python-buster:
<<: *job_definition
image: python:3.7-stretch
image: python:3.9-buster

#########
# PAGES #
Expand Down

0 comments on commit fe819b3

Please sign in to comment.