Replies: 1 comment
-
|
Yes, of course we should do this. Dependency changes are not breaking changes, according to semver. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Python 3.7 reached EOL on June 27. Should we drop support? It would simplify the code base a bit, e.g.:
shutil.copytreebackport.typing.{Literal,Protocol,get_args}imports which requiretyping-extensionsfor Python 3.7.cached_propertyimports which requirebackportsfor Python 3.7, and we could drop thebackportsdependency.importlib.metadataimport and drop theimportlib-metadatadependency.Would this require a new major release? I think projects handle dropping Python version support differently, some consider it a breaking change, some don't.
Beta Was this translation helpful? Give feedback.
All reactions