From 68507ff43062dd5617f360e9f29982cc71f2c201 Mon Sep 17 00:00:00 2001 From: Gabriel Ferreira Date: Mon, 21 Oct 2024 22:24:17 +0200 Subject: [PATCH] ci: Update bindings packaging, removing python 3.6/3.7, and adding 3.12/3.13 --- utils/tests/gitlab-ci-cppyy.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/utils/tests/gitlab-ci-cppyy.yml b/utils/tests/gitlab-ci-cppyy.yml index 74fab18db..bf26e87e6 100644 --- a/utils/tests/gitlab-ci-cppyy.yml +++ b/utils/tests/gitlab-ci-cppyy.yml @@ -124,16 +124,6 @@ cppyy-20.04: - wheelhouse/*.whl when: on_success -manylinux-pip-wheel-py3.6: - extends: .manylinux-pip-wheel - variables: - PYTHON: "python3.6" - -manylinux-pip-wheel-py3.7: - extends: .manylinux-pip-wheel - variables: - PYTHON: "python3.7" - manylinux-pip-wheel-py3.8: extends: .manylinux-pip-wheel variables: @@ -153,3 +143,13 @@ manylinux-pip-wheel-py3.11: extends: .manylinux-pip-wheel variables: PYTHON: "python3.11" + +manylinux-pip-wheel-py3.12: + extends: .manylinux-pip-wheel + variables: + PYTHON: "python3.12" + +manylinux-pip-wheel-py3.13: + extends: .manylinux-pip-wheel + variables: + PYTHON: "python3.13"