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

feat!: Update cookiecutters to Python 3.12 #487

Merged
merged 3 commits into from
Sep 27, 2024
Merged

Commits on Sep 18, 2024

  1. feat!: Update cookiecutters to Python 3.12

    Even thought we were previously running tests on python 3.11, the
    cookiecutters themselves were not updated to run on 3.11.  So they
    failed when 3.8 was not available on the host system.
    
    Update everything to run on python 3.12 including the defaults for the
    cookiecut repos so that any new systems are creted with the latest
    version of python we support as a community.
    feanil committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    995f7ab View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. build: Explicitly declare a dependency on setuptools.

    This is needed as long as we're using setup.py to build our packages.
    feanil committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    293ae2f View commit details
    Browse the repository at this point in the history
  2. chore: Run make upgrade

    feanil committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    b32828b View commit details
    Browse the repository at this point in the history