-
Notifications
You must be signed in to change notification settings - Fork 9
build: drop python 3.8, support python 3.13 #260
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
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #260 +/- ##
=======================================
Coverage 86.85% 86.85%
=======================================
Files 25 25
Lines 1263 1263
=======================================
Hits 1097 1097
Misses 166 166 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
CodSpeed Performance ReportMerging #260 will not alter performanceComparing Summary
|
this should work with python 3.13 after the xsdata typing deprecation is fixed: tefra/xsdata#1077 (for some reason, even if I ignore that deprecation error in pytest config here, it still raises the xsdata exception |
needed to add some special consideration to the tests to deal with a deprecation warning that gets triggered in xsdata by tefra/xsdata#1111 |
No description provided.