-
Notifications
You must be signed in to change notification settings - Fork 49
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
Use files API on Python 3.9 and later. #144
Conversation
I verified the fix by testing it against Setuptools, which encountered #140 in pypa/setuptools#3365 (comment). |
Also, tests pass where they fail without the patch:
|
Please let me know if you won't be able to cut a release with this or a similar fix in the next couple of weeks. If not, I'll probably need to suppress these errors or pin to github for the code. |
@pfmoore or @takluyver - any feedback on this change? I'd really prefer to get a release of it rather than have a multi-phase suppress/allow across all of my projects. |
It seems OK to me. |
I've gone ahead and prepared the 0.13 release to get this fix out. |
Fixes #140