Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Docker build by avoiding Python 3.11 #348

Merged
merged 1 commit into from
Jul 13, 2023
Merged

Fix Docker build by avoiding Python 3.11 #348

merged 1 commit into from
Jul 13, 2023

Conversation

borzunov
Copy link
Collaborator

@borzunov borzunov commented Jul 13, 2023

We want to use 3.10.x since grpcio-tools is not compatible with 3.11 yet. However, python~=3.10 meant python>=3.10, python<4.0, so we ended up with a broken build due to python 3.11 installed.

@borzunov borzunov changed the title Try fixing docker build Fix building Docker image Jul 13, 2023
@borzunov borzunov changed the title Fix building Docker image Fix Docker build by avoiding Python 3.11 Jul 13, 2023
@borzunov borzunov marked this pull request as ready for review July 13, 2023 15:34
@borzunov borzunov merged commit 90fbaab into main Jul 13, 2023
7 checks passed
@borzunov borzunov deleted the fix-docker-build branch July 13, 2023 15:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant