ci: Update bindings packaging, removing python 3.6/3.7, and adding 3.12/3.13

This commit is contained in:
Gabriel Ferreira
2024-10-21 22:24:17 +02:00
parent 8b0a61c42a
commit 68507ff430

View File

@@ -124,16 +124,6 @@ cppyy-20.04:
- wheelhouse/*.whl - wheelhouse/*.whl
when: on_success 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: manylinux-pip-wheel-py3.8:
extends: .manylinux-pip-wheel extends: .manylinux-pip-wheel
variables: variables:
@@ -153,3 +143,13 @@ manylinux-pip-wheel-py3.11:
extends: .manylinux-pip-wheel extends: .manylinux-pip-wheel
variables: variables:
PYTHON: "python3.11" 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"