-
Notifications
You must be signed in to change notification settings - Fork 59
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
FIX: Enable testing with Python 3.11 #601
Conversation
Codecov ReportBase: 76.81% // Head: 76.88% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #601 +/- ##
==========================================
+ Coverage 76.81% 76.88% +0.06%
==========================================
Files 19 19
Lines 4357 4357
Branches 1194 1258 +64
==========================================
+ Hits 3347 3350 +3
+ Misses 821 818 -3
Partials 189 189
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
d196fa9
to
20b7a51
Compare
0f2fd11
to
161e739
Compare
Requires an update to lxml. See: lxml/lxml#360 Co-authored-by: Chris Markiewicz <[email protected]>
Might be worth doing a new release with this fix for those working (or running tests) with Python 3.11. |
yes, will do it tonight! Want to add one more thing before release. |
@ghisvail - btw. can you please add yourself to the zenodo file, looks like you're still not there |
I knew I was forgetting something. Thanks for suggesting it! |
I am pretty sure both of you asked me at least once to do it 😆 It's done 👍 |
Fails due to asyncio.wait now forbidding coroutines directly. Those need to be wrapped in tasks first.
Closes #569