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

Drop support for Python 3.7, and fix CI on Ubuntu 24.04 #85

Merged
merged 3 commits into from
Jan 15, 2025

Conversation

godlygeek
Copy link
Contributor

@godlygeek godlygeek commented Jan 14, 2025

CI has been upgraded to run on Ubuntu 24.04. Rather than pin to 22.04, get things working instead. This necessitates dropping support for Python 3.7, as actions/setup-python does not support Python 3.7 on Ubuntu 24.04.

@godlygeek godlygeek force-pushed the comdb2_depends_on_libuuid branch 2 times, most recently from bc38825 to 701502c Compare January 15, 2025 00:05
@godlygeek godlygeek force-pushed the comdb2_depends_on_libuuid branch 3 times, most recently from f585bfb to 4b2dd5a Compare January 15, 2025 00:56
@godlygeek godlygeek changed the title Install libuuid-dev when building Comdb2 Drop support for Python 3.7, and fix CI on Ubuntu 24.04 Jan 15, 2025
@godlygeek godlygeek force-pushed the comdb2_depends_on_libuuid branch 3 times, most recently from 5d21bec to 465640f Compare January 15, 2025 01:20
Previously we were sharing the Comdb2 build directory, but this didn't
work entirely as intended, as the `make install` step could detect that
some files needed to be rebuilt. Instead, run the `make install` once,
and copy around the installed files.

Signed-off-by: Matt Wozniski <[email protected]>
Signed-off-by: Matt Wozniski <[email protected]>
@godlygeek godlygeek force-pushed the comdb2_depends_on_libuuid branch from 465640f to 6d8cf8f Compare January 15, 2025 01:27
@godlygeek godlygeek marked this pull request as ready for review January 15, 2025 01:34
@godlygeek godlygeek requested a review from sarahmonod January 15, 2025 01:35
Copy link
Contributor

@sarahmonod sarahmonod left a comment

Choose a reason for hiding this comment

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

Just one comment, not blocking

Now that there has been a 3.13 final release, "3.13" and "3.13-dev" are
equivalent.

Signed-off-by: Matt Wozniski <[email protected]>
@godlygeek godlygeek enabled auto-merge (rebase) January 15, 2025 21:33
@godlygeek godlygeek merged commit d36da37 into bloomberg:main Jan 15, 2025
10 checks passed
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.

3 participants