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

Improve default-version selection logic #306

Merged
merged 3 commits into from
Jun 10, 2020

Commits on May 31, 2020

  1. Add Python 3.9 to tox envlist

    thatch committed May 31, 2020
    Configuration menu
    Copy the full SHA
    1e1b667 View commit details
    Browse the repository at this point in the history
  2. Require newer typing_extensions for 3.9

    For simplicity, use the new version in all cases.
    thatch committed May 31, 2020
    Configuration menu
    Copy the full SHA
    b95426c View commit details
    Browse the repository at this point in the history
  3. Improve default-version selection to work on 3.9

    While were at it, improve the code to work with a likely 3.10 by
    allowing multiple digits for minor version.
    thatch committed May 31, 2020
    Configuration menu
    Copy the full SHA
    fd6c58b View commit details
    Browse the repository at this point in the history