- Notifications
You must be signed in to change notification settings - Fork15
dropping support for python3.8#489
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
eriknw commentedAug 9, 2023
Thanks@Transurgeon! Welcome as a contributor 🎉 These changes look perfect to me to drop Python 3.8 👍 For reference, NEP 29 dropped Python 3.8 support in April this year, and SPEC 0 dropped it about a year ago:
Aha, it means to update the minimum dependency versions in I will update the instructions on the wiki to mention
This means that if we want to, we can also change what versions of dependencies we support. This is completely optional, and I don't want to think about it right now, so let's do nothing :) Merging! |
Made changes to dependencies, pyproject.toml and CI workflows according to the instructions listed on thewiki.
However, I wasn't sure what to change for this particular instruction:
- Update minimum dependency versions to match what we testRemoving support of a Python version is a natural time to remove supported versions of dependencies, which we may support for much longer than 24 months if it's trivial to do so.