Skip to content
Snippets Groups Projects
Commit 41d4cf84 authored by George Sedov's avatar George Sedov
Browse files

add python 3.11

parent a44c8148
No related branches found
No related tags found
No related merge requests found
......@@ -271,6 +271,13 @@ build-packages-python310:
NUMPY_VERSION: 1.23.4
WHEEL_FOLDER: python310
build-packages-python311:
extends: .client-packages-manylinux
variables:
PYTHON_PATH: /opt/python/cp311-cp311
NUMPY_VERSION: 1.24.3
WHEEL_FOLDER: python311
build-docs:
image:
name: $CI_REGISTRY_IMAGE/asapo-services-linux-build-env:latest
......@@ -423,6 +430,7 @@ upload-python-packages:
- build-packages-python38
- build-packages-python39
- build-packages-python310
- build-packages-python311
image: $CI_REGISTRY_IMAGE/asapo-site-build-env:latest
......
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