-
Notifications
You must be signed in to change notification settings - Fork 4
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 Python 3.9 and update dependencies #177
Merged
Merged
Conversation
This file contains 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
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## use-mkdocstrings-for-reference-generation #177 +/- ##
==========================================================================
Coverage 75.67% 75.67%
==========================================================================
Files 11 11
Lines 1369 1369
==========================================================================
Hits 1036 1036
Misses 333 333
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
sindrehan
force-pushed
the
drop-python-3.9-and-update-deps
branch
from
January 16, 2025 21:56
87df1e2
to
25c0369
Compare
sindrehan
changed the base branch from
master
to
use-mkdocstrings-for-reference-generation
January 16, 2025 21:57
sindrehan
force-pushed
the
drop-python-3.9-and-update-deps
branch
3 times, most recently
from
January 16, 2025 22:01
84f1cc1
to
1fe38d2
Compare
sindrehan
added
documentation
Improvements or additions to documentation
dependencies
Pull requests that update a dependency file
and removed
documentation
Improvements or additions to documentation
labels
Jan 16, 2025
follesoe
approved these changes
Jan 17, 2025
Base automatically changed from
use-mkdocstrings-for-reference-generation
to
master
January 17, 2025 09:00
sindrehan
force-pushed
the
drop-python-3.9-and-update-deps
branch
from
January 17, 2025 09:00
1fe38d2
to
be78e12
Compare
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.
As is our practice we only maintain support for the last 4 python versions, so this PR drops support for 3.9 and adds support for 3.13. I've also gone through and updated all of the dependencies to the most recent version.
I've branched this out from the
use-mkdocstrings-for-reference-generation
-branch, so we should merge that first and then change the base of this to master.