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

Increment default python version to 3.11 #160

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Mar 27, 2024

  1. Increment default python version to 3.11

    I suspect we'll want to sufficiently increment the released version so
    this doesn't break users who are pinned to 0.1.
    jmsanders committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    18e68f8 View commit details
    Browse the repository at this point in the history
  2. Revert "Increment default python version to 3.11"

    This reverts commit 18e68f8.
    jmsanders committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    c7855c7 View commit details
    Browse the repository at this point in the history
  3. Bump to py3.11 in the GH templates, not the action

    These yaml files actually get copied into user repos and can already
    pass an overridden python version into our action.
    
    If we bump the defaults in the action, we need to introduce a new tag >
    0.1 to avoid introducing a breaking change for anybody who is pinned to
    0.1 (onto to mention anybody who isn't pinned at all).
    jmsanders committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    09f1ac2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    055a9f8 View commit details
    Browse the repository at this point in the history