-
Notifications
You must be signed in to change notification settings - Fork 53
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
Test release #5698
base: wip-NXDRIVE-2929-upgrade-python-from-3.9.5-to-3.13.1
Are you sure you want to change the base?
Test release #5698
Conversation
Reviewer's Guide by SourceryThis pull request upgrades the Python version to 3.13.1, updates dependencies, adapts the code to use timezone aware datetimes, fixes and improves the Windows installer signing process, and includes miscellaneous test fixes and improvements. Updated class diagram for AutoRetryCursorclassDiagram
class AutoRetryCursor {
+execute(sql: str, parameters: Iterable[Any] = ()) : Cursor
+adapt_datetime_iso(val: Any) : Any
+reg_adptr(param: datetime) : Any
}
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We encountered an error and are unable to review this PR. We have been notified and are working to fix it.
You can try again by commenting this pull request with @sourcery-ai review
, or contact us for help.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## wip-NXDRIVE-2929-upgrade-python-from-3.9.5-to-3.13.1 #5698 +/- ##
========================================================================================
- Coverage 52.09% 52.08% -0.01%
========================================================================================
Files 96 96
Lines 16131 16131
========================================================================================
- Hits 8403 8402 -1
- Misses 7728 7729 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Summary by Sourcery
Upgrade Python from version 3.9.5 to 3.13.1 across the project, including dependencies, CI workflows, and documentation
New Features:
Enhancements:
CI:
Documentation: