Skip to content
Snippets Groups Projects
Commit 08d5e14d authored by Tiago de Freitas Pereira's avatar Tiago de Freitas Pereira
Browse files

Removed python 3.6 support

parent 2deedf9c
No related branches found
No related tags found
1 merge request!197Removed python 3.6 support
Pipeline #45740 passed
......@@ -55,7 +55,6 @@ pin_run_as_build:
## the dependencies that we build against multiple versions
python:
- 3.6
- 3.7
- 3.8
......
build_linux_36:
tags:
- docker-build
build_linux_37:
tags:
- docker-build
......@@ -43,14 +43,6 @@ stages:
- docker
image: docker.idiap.ch/bob/docker-images/c3i-linux-64
build_linux_36:
extends: .build_linux_template
variables:
PYTHON_VERSION: "3.6"
cache:
key: 'build-py36'
build_linux_37:
extends: .build_linux_template
variables:
......@@ -58,16 +50,6 @@ build_linux_37:
cache:
key: 'build-py37'
build_macosx_36:
extends: .build_template
variables:
PYTHON_VERSION: "3.6"
tags:
- macosx
cache:
key: 'build-py36'
build_macosx_37:
extends: .build_template
variables:
......
......@@ -66,13 +66,6 @@ stages:
- ${CONDA_ROOT}/conda-bld/osx-64/*.tar.bz2
build_macosx_36:
extends: .build_macosx_template
variables:
PYTHON_VERSION: "3.6"
cache:
key: "build-py36"
build_macosx_37:
extends: .build_macosx_template
variables:
......@@ -80,13 +73,6 @@ build_macosx_37:
cache:
key: "build-py37"
build_linux_36:
extends: .build_linux_template
variables:
PYTHON_VERSION: "3.6"
cache:
key: "build-py36"
build_linux_37:
extends: .build_linux_template
variables:
......
......@@ -19,6 +19,5 @@ VERBOSE_CM:
## the dependencies that we build against multiple versions
python:
- 3.6
- 3.7
- 3.8
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