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

T40464 config/docker/api.jinja2: use python 3.11 #2467

Merged
merged 1 commit into from
Apr 1, 2024

Conversation

JenySadadia
Copy link
Collaborator

@JenySadadia JenySadadia commented Mar 19, 2024

Depends on kernelci/kernelci-api#504

Fixes kernelci/kernelci-api#479

Since Python 3.11 support has been enabled for API, use the same version for building api docker image.
Remove conditional block from base/python.jinja2 that was used to decide Python version as a part of a temporary solution for API until it supports Python 3.11.

Since Python 3.11 support has been enabled for
API, use the same version for building `api`
docker image.
Remove conditional block from `base/python.jinja2`
that was used to decide Python version as a part of
a temporary solution for API until it supports Python 3.11.

Signed-off-by: Jeny Sadadia <jeny.sadadia@collabora.com>
@JenySadadia JenySadadia changed the title config/docker/api.jinja2: use python 3.11 T40464 config/docker/api.jinja2: use python 3.11 Mar 19, 2024
@JenySadadia JenySadadia marked this pull request as ready for review March 20, 2024 05:52
Copy link
Contributor

@pawiecz pawiecz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM (to be merged when kernelci/kernelci-api#504 lands)

@JenySadadia JenySadadia added staging-skip Don't test automatically on staging.kernelci.org and removed staging-skip Don't test automatically on staging.kernelci.org labels Mar 21, 2024
@JenySadadia
Copy link
Collaborator Author

Tested OK on staging.

@JenySadadia JenySadadia added this pull request to the merge queue Apr 1, 2024
Merged via the queue into kernelci:main with commit 7d62f42 Apr 1, 2024
4 checks passed
@JenySadadia JenySadadia deleted the api-with-python-3.11 branch April 1, 2024 06:00
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.

Upgrade API to use Python 3.11
2 participants