Skip to content
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

Assume Python 3.8 instead of 3.10 for target version #6397

Merged
merged 2 commits into from Aug 7, 2023
Merged

Commits on Aug 7, 2023

  1. Assume Python 3.8 instead of 3.10 for target version

    The target version should be the oldest supported version instead of an arbitary version. Since 3.7 is EOL, we should use 3.8. I would like to follow this up with more comprehensive default detection based on the environment.
    zanieb committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    e6faf57 View commit details
    Browse the repository at this point in the history
  2. Add breaking changes entry

    zanieb committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    4455fe3 View commit details
    Browse the repository at this point in the history