-
-
Notifications
You must be signed in to change notification settings - Fork 309
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
Allow newer versions of importlib-metadata #1522
Comments
Hey - from #1438 this seems unlikely, I'd suggest closing this to reduce the load on the maintainers |
Okay, I read thru the thread, but how should this now move on? Should I ask sphinx to relax their pin? |
One suggestion could be to run
Could do, but check if it's been asked already first |
If you can, use something that isolates your different tools for you. There are lots of things that do this:
|
flake8 currently pins
importlib-metadata<4.3;python_version<"3.8"
, but e.g. sphinx needs a newer versionimportlib-metadata>=4.4; python_version < '3.10'
. Can we allow flake8 to consume newer versions?The text was updated successfully, but these errors were encountered: