Fix PEP 639 license warnings & drop Python 3.7/3.8#4924
Open
guedou wants to merge 1 commit intosecdev:masterfrom
Open
Fix PEP 639 license warnings & drop Python 3.7/3.8#4924guedou wants to merge 1 commit intosecdev:masterfrom
guedou wants to merge 1 commit intosecdev:masterfrom
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #4924 +/- ##
==========================================
- Coverage 80.84% 80.07% -0.78%
==========================================
Files 369 352 -17
Lines 90968 91397 +429
==========================================
- Hits 73544 73187 -357
- Misses 17424 18210 +786 🚀 New features to boost your workflow:
|
5645cbf to
3362004
Compare
evverx
reviewed
Feb 20, 2026
| @@ -1,5 +1,5 @@ | |||
| [build-system] | |||
| requires = [ "setuptools>=62.0.0" ] | |||
| requires = [ "setuptools>=77.0.0" ] | |||
Contributor
There was a problem hiding this comment.
FWIW setuptools postponed the deadline in pypa/setuptools#5115 and currently it emits
By 2027-Feb-18, you need to update your project and remove deprecated calls
or your builds will no longer be supported.
When I opened #4849 the deadline was a bit closer.
Member
There was a problem hiding this comment.
Thanks for pointing that out. We're a bit hesitant because it seems 3.7 is still in wide use :/
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.
Fixes #4849
Shall we also add 3.14 support?