-
Notifications
You must be signed in to change notification settings - Fork 120
SG-40980 Add support for Python 3.13 #1080
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
base: master
Are you sure you want to change the base?
Conversation
| ) | ||
| if sys.platform == "win32": | ||
| self.download_url = "file:///{p}".format( | ||
| p = self.download_source.replace("\\", "/") |
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.
Black would make changes.
unexpected spaces around keyword / parameter equals
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1080 +/- ##
=======================================
Coverage 79.61% 79.61%
=======================================
Files 198 198
Lines 20623 20623
=======================================
Hits 16420 16420
Misses 4203 4203
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:
|
No description provided.