Skip to content
Snippets Groups Projects
Commit 9ecaa69c authored by Maxence Naud's avatar Maxence Naud
Browse files

[Upd]['.gitlab-ci.yml']: add Python 3.11, 3.12, 3.13 to pip releases

parent e54ff01d
No related branches found
No related tags found
No related merge requests found
Pipeline #64410 canceled
...@@ -50,6 +50,9 @@ release:pip:ubuntu: ...@@ -50,6 +50,9 @@ release:pip:ubuntu:
- CIBW_BUILD: "cp38-manylinux_x86_64" - CIBW_BUILD: "cp38-manylinux_x86_64"
- CIBW_BUILD: "cp39-manylinux_x86_64" - CIBW_BUILD: "cp39-manylinux_x86_64"
- CIBW_BUILD: "cp310-manylinux_x86_64" - CIBW_BUILD: "cp310-manylinux_x86_64"
- CIBW_BUILD: "cp311-manylinux_x86_64"
- CIBW_BUILD: "cp312-manylinux_x86_64"
- CIBW_BUILD: "cp313-manylinux_x86_64"
before_script: before_script:
# retrieve aidge dependencies # retrieve aidge dependencies
......
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