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

Test and support Python 3.8+ #43

Merged
merged 4 commits into from
Jul 20, 2023
Merged

Commits on Jul 20, 2023

  1. Test and support Python 3.8+

    Previously just tested Py 3.7 and 3.8.
    But Py 3.7 reached end of life and newer versions should also be supported.
    stefanbschneider committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    f5a5854 View commit details
    Browse the repository at this point in the history
  2. Use strings for Python versions

    Otherwise Py 3.10 is interpreted as 3.1:
    actions/runner#1989
    stefanbschneider committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    4540cb4 View commit details
    Browse the repository at this point in the history
  3. Don't increment version number after all

    Just the testing changes, nothing else. No new release.
    stefanbschneider committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    27063ad View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2d31eb7 View commit details
    Browse the repository at this point in the history