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

build: Switch to ubuntu-latest for builds #484

Merged
merged 3 commits into from
Sep 27, 2024
Merged

Conversation

feanil
Copy link
Contributor

@feanil feanil commented Sep 9, 2024

This code does not have any dependencies that are specific to any specific
version of ubuntu. So instead of testing on a specific version and then needing
to do work to keep the versions up-to-date, we switch to the ubuntu-latest
target which should be sufficient for testing purposes.

This work is being done as a part of openedx/platform-roadmap#377

closes #478

@feanil
Copy link
Contributor Author

feanil commented Sep 9, 2024

It looks like this might be broken because the underlying tests were assuming that Python 3.8 would always be available but since newer versions of Ubuntu don't have it by default, tests are failing. It looks like when this repo was updated to test with python 3.11, the underlying cookiecutters were not themselves updated to run on Python 3.11/3.12.

That work will need to be done and python 3.8 support properly dropped before we can cleanly do this update.

@CodeWithEmad CodeWithEmad mentioned this pull request Sep 23, 2024
This code does not have any dependencies that are specific to any specific
version of ubuntu.  So instead of testing on a specific version and then needing
to do work to keep the versions up-to-date, we switch to the ubuntu-latest
target which should be sufficient for testing purposes.

This work is being done as a part of openedx/platform-roadmap#377

closes #478
We're now building with 3.12 here so make sure `make upgrade` is run
with python 3.12
Copy link
Contributor

@robrap robrap left a comment

Choose a reason for hiding this comment

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

@feanil
Copy link
Contributor Author

feanil commented Sep 27, 2024

Ah, thank you! Missed those!

@feanil
Copy link
Contributor Author

feanil commented Sep 27, 2024

Ready to review now.

@kdmccormick kdmccormick removed their request for review September 27, 2024 15:08
@feanil feanil merged commit 4d6e4f6 into master Sep 27, 2024
5 checks passed
@feanil feanil deleted the feanil/ubuntu_upgrade branch September 27, 2024 15:27
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.

Test edx-cookiecutters on Ubuntu 24.04
2 participants