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

Add Jammy #743

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Add Jammy #743

wants to merge 6 commits into from

Conversation

mamercad
Copy link

@mamercad mamercad commented Feb 19, 2024

Fixes #737, needs #123.

@mamercad mamercad changed the title Add Jammy support Add Jammy Feb 20, 2024
@mamercad mamercad marked this pull request as ready for review February 23, 2024 13:41
Copy link
Member

@cognifloyd cognifloyd left a comment

Choose a reason for hiding this comment

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

It looks like CI is trying to use Python 3.10 on Ubuntu Jammy. I don't think we've adjusted requirements or the code to support that yet. Can we get python 3.9 installed?

Vagrantfile Outdated Show resolved Hide resolved
@mamercad
Copy link
Author

mamercad commented Mar 25, 2024

It looks like CI is trying to use Python 3.10 on Ubuntu Jammy. I don't think we've adjusted requirements or the code to support that yet. Can we get python 3.9 installed?

With Jammy, Python 3.10.12 is in base:

root@bf0289b2692f:/# grep VERSION= /etc/os-release 
VERSION="22.04.4 LTS (Jammy Jellyfish)"

root@bf0289b2692f:/# python3 -V
Python 3.10.12

Are you saying that we should support Python 3.9 in Jammy?

Currently, the Jammy builder image is the same as upstream as far as Python version goes:

❯ docker run --rm -it stackstorm/packagingbuild:jammy bash
root@fcc096a6fb26:/# python3 -V
Python 3.10.12

@nzlosh
Copy link
Contributor

nzlosh commented Mar 27, 2024

Jammy doesn't come with Python3.9, it's got 3.10 and 3.11. I'm working on getting py3.10 requirements updated on the mongo branch. That branch is actually the work to get st2 running on py3.10 before attempting to update the mongo requirements to support the latest versions of mongodb. So this PR is dependent on the merge of StackStorm/st2#6157

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.

Add Ubuntu 22.04 support
3 participants