-
-
Notifications
You must be signed in to change notification settings - Fork 59
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
base: master
Are you sure you want to change the base?
Add Jammy #743
Conversation
b1bc3b8
to
fa8f3e5
Compare
There was a problem hiding this 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?
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 |
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 |
Fixes #737, needs #123.