build: drop Python 3.8 support and testing#492
Open
joanise wants to merge 3 commits into
Open
Conversation
supporting 3.8 prevents us from using "uv sync" on Windows and it is really no longer needed
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
This was referenced Jun 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR Goal?
Python 3.8 is long EOL, and it prevents us from using
uv lockon Windows. There is no value in keeping it anymore, so let's drop it.Feedback sought?
confirmation we don't need Python 3.8 support anymore
Priority?
normal
Tests added?
all well covered
Confidence?
high
Version change?
not required, but I would like to publish 2.3.2 soon with the recent dependency changes, this drop of 3.8, and the requirements.txt refresh in #493
Related PR
ReadAlongs/Studio#307