-
Notifications
You must be signed in to change notification settings - Fork 235
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
compatibility with python 3.11 #205
Conversation
There is a competing PR for this at: which uses a different way. Do you want to compare the two approaches and see if your way is easier. I haven't had a chance to look deeply at all this yet as was on holidays for most of the past month. |
I re-implemented formatargspec to use Signature. this PR keep compat with py2, I think it fixes more tests cases for py3.11 and also enable the CI with py3.11-dev |
Any chance this PR could be merged and a new release cut soon? We'd like to use |
Sorry, been busy with work stuff as usual. I will try and look at this weekend. |
Awesome, thanks. Please let me know if there's anything I can help with. |
Not sure what is going on with GitHub, but this PR doesn't give me the option of triggering GitHub actions on it to build, verify and test the changes like is possible with #203. So I can't tell if this passes all the automated tests. |
Why in some tests was code like:
changed to use a literal string? Eg:
|
I was not sure about using |
I'll force push, maybe it will unlock the CI :) |
Still not helping. I will try and check out your branch, do some changes I want to make and push and see what happens with CI. |
Closing and reopening the PR might work. |
I have the following message : 1 workflow awaiting approval |
You can try with:
and see if everything is okay. |
No description provided.