-
Notifications
You must be signed in to change notification settings - Fork 122
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
broken with importlib_resources 6.0.0 #528
Comments
I'm still seeing this issue on Python 3.9 - see https://github.com/hamcrest/PyHamcrest/actions/runs/5572367557/jobs/10178331294#step:5:234 |
Thanks Simon for the report. The fix was merged in And I guess that since this issue is quite annoying, we should look at doing a new release. |
Wanna maybe merge the Incremental thing and do a release? Would be a good meta cleanup release. |
it would be nice to have the incremental + metalib PR in a release... but I think that we can do a release any time...so we can release now... and have another release once they are merged |
Towncrier is trying to access `importlib_resources.is_resource`, but this was removed in the latest release. Twisted maintainers already tackled this problem, but we are waiting for a new release. See twisted/towncrier#528.
"legacy functions deprecated in 5.3" were just removed from
importlib_resources
- https://github.com/python/importlib_resources/pull/282/filesThe text was updated successfully, but these errors were encountered: