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

Pin CI checks to Python 3.12 #582

Closed
wants to merge 8 commits into from
Closed

Pin CI checks to Python 3.12 #582

wants to merge 8 commits into from

Commits on Nov 20, 2023

  1. Require Python >= 3.8

    Bump the version in pyproject.toml, then `poetry lock --no-update`.
    
    3.7 was EOLed 27 Jun 2023
    David Robertson committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    78e1a8a View commit details
    Browse the repository at this point in the history
  2. poetry update cffi pyyaml

    David Robertson committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    7d4bd35 View commit details
    Browse the repository at this point in the history
  3. Inline the python-poetry-ci workflow

    This didn't have a way to pin the Python version in use. We haven't
    found pulling this out to be useful, so instead let's just inline it.
    David Robertson committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    47647fe View commit details
    Browse the repository at this point in the history
  4. Test on 3.12

    David Robertson committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    ca9903f View commit details
    Browse the repository at this point in the history
  5. Pin checks to Python 3.12

    David Robertson committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    875a368 View commit details
    Browse the repository at this point in the history
  6. Let the lockfile lock linting tools

    David Robertson committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    296238c View commit details
    Browse the repository at this point in the history
  7. Try updating isort

    David Robertson committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    afffbc2 View commit details
    Browse the repository at this point in the history
  8. Changelog

    David Robertson committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    7a2c363 View commit details
    Browse the repository at this point in the history