Uh oh!
There was an error while loading. Please reload this page.
Upgrade dependencies for Python 3.13 support - #994
Conversation
stoobmmelier
commented
May 7, 2025
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? |
stoobmmelier
commented
May 7, 2025
@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