Remove support for old python versions - #595
Draft
packi wants to merge 1 commit into
Draft
Conversation
packi
force-pushed
the
packi-remove-old-python-versions
branch
2 times, most recently
from
July 6, 2023 08:07
9b10f16 to
57a9350
Compare
Debian just dropped 3.10 in their latest release.
packi
force-pushed
the
packi-remove-old-python-versions
branch
from
July 6, 2023 08:17
57a9350 to
bf5e852
Compare
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #595 +/- ##
==========================================
- Coverage 91.31% 91.20% -0.11%
==========================================
Files 32 32
Lines 4684 4684
==========================================
- Hits 4277 4272 -5
- Misses 407 412 +5 |
Contributor
|
Is it really necessary to drop old versions ? A lot of users may be using older distros, as long as it doesn't cost us too much it would be nice to keep pghoard working for them. |
|
Dropping python3.7 is fine since it is EOLed (recent rohmu versions have dropped support as well), but I wouldn't just drop 3.8-3.10 without any particular reason. |
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.
Debian just dropped 3.10 in their latest release.