-
-
Notifications
You must be signed in to change notification settings - Fork 135
Upgrade dependencies for Python 3.13 support #994
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?
Upgrade dependencies for Python 3.13 support #994
Conversation
Hi @p1c2u, could I get your thoughts on this PR? It's passing in my fork PR: stoobmmelier#1 It's failing the deptry step due to
Are you fine with removing the deptry step? Or should the dependencies all be updated? |
@p1c2u , I added back deptry and got it working. Upgrading |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #994 +/- ##
==========================================
- Coverage 90.62% 90.57% -0.06%
==========================================
Files 150 150
Lines 4374 4381 +7
Branches 532 534 +2
==========================================
+ Hits 3964 3968 +4
- Misses 318 320 +2
- Partials 92 93 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Upgraded the following dependencies for Python 3.13 support:
Add Python 3.13 to python-test.yml
Resolves: #992