Skip to content

Commit

Permalink
ci: Update bindings packaging, removing python 3.6/3.7, and adding 3.…
Browse files Browse the repository at this point in the history
…12/3.13
  • Loading branch information
Gabrielcarvfer committed Oct 23, 2024
1 parent 8b0a61c commit 68507ff
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions utils/tests/gitlab-ci-cppyy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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"

0 comments on commit 68507ff

Please sign in to comment.