Script for checking if our instrumented libs are python 3.13 compatible#3425
Merged
antonpirker merged 2 commits intomasterfrom Dec 5, 2024
Merged
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## master #3425 +/- ##
=======================================
Coverage 79.89% 79.89%
=======================================
Files 137 137
Lines 15387 15387
Branches 2613 2613
=======================================
+ Hits 12293 12294 +1
Misses 2221 2221
+ Partials 873 872 -1 |
Contributor
|
Ooo I want this! |
Tenzer
reviewed
Dec 6, 2024
| @@ -0,0 +1,3 @@ | |||
| requests | |||
| pathlib | |||
There was a problem hiding this comment.
pathlib has been part of the standard library since Python 3.4: https://docs.python.org/3/library/pathlib.html.
I don't think you want to install this dependency, as it hasn't been updated since 2014: https://pypi.org/project/pathlib/.
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.
A simple script that parses all libraries we test against from our
tox.iniand then checks PyPI if this library already supports the newest Python version (currently 3.13)