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

Python agent with version 3.11 #902

Closed
p-goodman opened this issue Apr 14, 2023 · 4 comments · Fixed by #924
Closed

Python agent with version 3.11 #902

p-goodman opened this issue Apr 14, 2023 · 4 comments · Fixed by #924
Labels
enhancement New feature or request

Comments

@p-goodman
Copy link

Is your feature request related to a problem? Please describe.
We are developing software which we would like to upgrade to the maximum possible Python version. In order to run tests on the CI agents, we need a preinstalled Python 3.10 or 3.11.

Describe the solution you'd like
Preinstall Python 3.10 and 3.11 on the python agent

Describe alternatives you've considered
We might write our own agent based on the base agent but this would take some time

Additional context
none

@p-goodman p-goodman added the enhancement New feature or request label Apr 14, 2023
@BraisVQ
Copy link
Contributor

BraisVQ commented Apr 21, 2023

Hi @p-goodman,
The current approach is to install python with yum modules and I do not think there is one for version 3.10 or 3.11
@gerardcl

@gerardcl
Copy link
Member

Hi @p-goodman,

The agreement so far is to support RedHat UBI images, as well as to support official RedHat software packages so, since there is no official RedHat UBI images for python versions above 3.9 yet (see https://catalog.redhat.com/software/containers/search?q=python3&p=1) to run the build applications, we can't provide it yet.

What is the requirement to go for 3.10 or 3.11?

Best,

@p-goodman
Copy link
Author

p-goodman commented Apr 25, 2023

Hi @braisvq1996 and @gerardcl ,
thanks for your answers.

There's no strict requirement but we would like to build modern state-of-the-art software. We are upgrading all our applications from 3.8 (because this has EOL next year) and would like to make the biggest version jump possible. 3.9 is also quite old as it was released in 2020 and has EOL in 2025. But I guess we can live with that or we might consider to build our own agent.

Thanks nevertheless. Kind regards

@BraisVQ
Copy link
Contributor

BraisVQ commented May 28, 2023

Hi @p-goodman,

The agreement so far is to support RedHat UBI images, as well as to support official RedHat software packages so, since there is no official RedHat UBI images for python versions above 3.9 yet (see https://catalog.redhat.com/software/containers/search?q=python3&p=1) to run the build applications, we can't provide it yet.

What is the requirement to go for 3.10 or 3.11?

Best,

It seems that since a few days ago Red Hat provides python 3.11 images and packages (but not 3.10 though )

@BraisVQ BraisVQ changed the title Python agent with version 3.10 and 3.11 Python agent with version 3.11 May 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants