Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

build: Switch to ubuntu-latest for builds #261

Merged
merged 5 commits into from
Sep 12, 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 #257

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 #257
This repo is already running with python 3.11 because it's only ever run
as a part of edx-platform/edx-enterprise and so we know it's 3.11
compatible already this just ensures that the testing gets done on the
same versions.
This checker is deprecated and no longer actively maintained.  They
suggest `ruff` as an alternative but that's kind of a big leap for this
projectso we're just gonna skip testing the docstyle on this tiny repo
for now intead of switching everything over to ruff.
@feanil feanil requested a review from sarina September 12, 2024 14:50
@sarina sarina merged commit 155ca19 into master Sep 12, 2024
6 checks passed
@sarina sarina deleted the feanil/ubuntu_upgrade branch September 12, 2024 18:37
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Test django-lang-pref-middleware on Ubuntu 24.04
2 participants