Skip to content
Snippets Groups Projects
Commit 4ed5fa2b authored by kaiyou's avatar kaiyou
Browse files

Pin Python version to 3.10

This is due to a current  incompatibility between required
greenlet version and Python >= 3.11
parent a79a6f30
No related branches found
No related tags found
No related merge requests found
Pipeline #28501 passed
FROM python:3 AS python_build
FROM python:3.10 AS python_build
ENV POETRY_HOME=/usr/local
......
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