Commit 4d996bf3 authored by Andrew Quinn's avatar Andrew Quinn
Browse files

Update CI python versions - drop python < 3.7

parent 37c0ec92
Loading
Loading
Loading
Loading
+8 −20
Original line number Diff line number Diff line
@@ -9,9 +9,9 @@ before_script:
stages:
  - build

build35:
build37:
  stage: build
  image: python:3.6
  image: python:3.7
  script:
    - flake8
    - make clean
@@ -22,9 +22,9 @@ build35:
      - dist/
    expire_in: 1 week

build36:
build38:
  stage: build
  image: python:3.6
  image: python:3.8
  script:
    - flake8
    - make clean
@@ -35,9 +35,9 @@ build36:
      - dist/
    expire_in: 1 week

build37:
build39:
  stage: build
  image: python:3.7
  image: python:3.9
  script:
    - flake8
    - make clean
@@ -48,22 +48,10 @@ build37:
      - dist/
    expire_in: 1 week

build38:
  stage: build
  image: python:3.8
  script:
    - flake8
    - make clean
    - make all
    - pytest
  artifacts:
    paths:
      - dist/
    expire_in: 1 week

build39:
build310:
  stage: build
  image: python:3.9
  image: python:3.10
  script:
    - flake8
    - make clean