-
Notifications
You must be signed in to change notification settings - Fork 119
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
Python 3.11 compatibility #232
base: master
Are you sure you want to change the base?
Conversation
This patch adds the new arguments to the types.CodeType class constructor in the clonefunc function. See ionelmc#231
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #232 +/- ##
==========================================
+ Coverage 64.41% 64.43% +0.01%
==========================================
Files 29 29
Lines 2858 2862 +4
Branches 386 469 +83
==========================================
+ Hits 1841 1844 +3
- Misses 927 928 +1
Partials 90 90
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 in Codecov by Sentry. |
https://build.opensuse.org/request/show/1059005 by user dgarcia + dimstar_suse - Modify the py311.patch to fix the test_abort_broken test, instead of disabling. - Add py311.patch to make it compatible with python 3.11, gh#ionelmc/pytest-benchmark#232 - Disable broken test_abort_broken, this test is broken because the output of the tests is a bit different with python 3.11 so we can disable until it's fixed.
.github workflows, etc, needs to be updated. |
I updated setup.py and CHANGELOG.rst in #237 as well. I think that's everything that needs to be done. |
LGTM -- but I'm not a contributor, so sorry -- can't provide approval 😅 . |
PS You might need to rebase if you haven't done so recently, since this was originally based on sources from 2 months ago. I wouldn't do anything about that unless it's absolutely needed, or the maintainers ask. |
This patch adds the new arguments to the types.CodeType class constructor in the clonefunc function.
See #231