Skip to content
Snippets Groups Projects
Commit 1e1b3d70 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Merge branch 'python-38-support' into 'master'

Python 3.8 support

See merge request !148
parents 5098f5cf 5e1195c6
No related branches found
No related tags found
1 merge request!148Python 3.8 support
Pipeline #39997 passed
......@@ -67,6 +67,11 @@ build_linux_37:
extends: .build_linux_template
variables:
PYTHON_VERSION: "3.7"
build_linux_38:
extends: .build_linux_template
variables:
PYTHON_VERSION: "3.8"
BUILD_EGG: "true"
script:
- python3 ./bob/devtools/bootstrap.py -vv build
......@@ -82,17 +87,22 @@ build_linux_37:
- ${CONDA_ROOT}/conda-bld/linux-64/*.tar.bz2
- ${CONDA_ROOT}/conda-bld/noarch/*.tar.bz2
build_macosx_36:
extends: .build_macosx_template
variables:
PYTHON_VERSION: "3.6"
build_macosx_37:
extends: .build_macosx_template
variables:
PYTHON_VERSION: "3.7"
build_macosx_38:
extends: .build_macosx_template
variables:
PYTHON_VERSION: "3.8"
# Deploy targets
.deploy_template:
......@@ -110,8 +120,10 @@ build_macosx_37:
dependencies:
- build_linux_36
- build_linux_37
- build_linux_38
- build_macosx_36
- build_macosx_37
- build_macosx_38
tags:
- docker
cache:
......@@ -154,8 +166,10 @@ pypi:
dependencies:
- build_linux_36
- build_linux_37
- build_linux_38
- build_macosx_36
- build_macosx_37
- build_macosx_38
tags:
- docker
cache:
......
{% set name = "python-gitlab" %}
{% set version = "2.1.2" %}
{% set version = "2.2.0" %}
package:
name: {{ name|lower }}
......@@ -7,7 +7,7 @@ package:
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 71445d7444fe3354bf90a52d6249f91c9e572a8ef6c143afd9de25f50c92d499
sha256: 4c4ea60c8303f4214522b18038df017cae35afda7474efa0b4e19c2e73bc3ae2
build:
number: 0
......
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