Skip to content
Snippets Groups Projects
Commit fc66dd21 authored by Cyril Moineau's avatar Cyril Moineau
Browse files

Update Python version generated to reflect new python minimum version.

parent 5cd8f8dc
No related branches found
No related tags found
No related merge requests found
......@@ -3,9 +3,9 @@ include:
release:pip:ubuntu:
extends: .release:pip:template
needs:
- build:ubuntu_python
- test:ubuntu_python
needs:
- build:ubuntu_python
- test:ubuntu_python
# make a docker daemon available for cibuildwheel to use
services:
- name: docker:dind
......@@ -17,7 +17,7 @@ release:pip:ubuntu:
DOCKER_HOST: tcp://docker:2375/
DOCKER_DRIVER: overlay2
# See https://github.com/docker-library/docker/pull/166
DOCKER_TLS_CERTDIR: ""
DOCKER_TLS_CERTDIR: ""
before_script:
- !reference [.retrieve_deps:apt, script]
......@@ -27,8 +27,8 @@ release:pip:ubuntu:
parallel:
matrix:
- CIBW_BUILD: "cp38-manylinux_x86_64"
- CIBW_BUILD: "cp39-manylinux_x86_64"
# - CIBW_BUILD: "cp38-manylinux_x86_64"
# - CIBW_BUILD: "cp39-manylinux_x86_64"
- CIBW_BUILD: "cp310-manylinux_x86_64"
- CIBW_BUILD: "cp311-manylinux_x86_64"
- CIBW_BUILD: "cp312-manylinux_x86_64"
......@@ -37,10 +37,10 @@ release:pip:ubuntu:
script:
- set -x
- python --version
- python -m pip install cibuildwheel==2.22.0
- python -m pip install cibuildwheel==2.22.0
- cibuildwheel --output-dir wheelhouse
- set +x
deploy:pip:ubuntu:
extends:
extends:
- .deploy:pip:ubuntu:template
......@@ -20,8 +20,8 @@ release:pip:windows:
parallel:
matrix:
- CIBW_BUILD: "cp38-win_amd64"
- CIBW_BUILD: "cp39-win_amd64"
# - CIBW_BUILD: "cp38-win_amd64"
# - CIBW_BUILD: "cp39-win_amd64"
- CIBW_BUILD: "cp310-win_amd64"
- CIBW_BUILD: "cp311-win_amd64"
- CIBW_BUILD: "cp312-win_amd64"
......
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