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

126 provide some backwards compatibility with previous python versions #127

Commits on Apr 8, 2024

  1. Attempt at mutli-Python CI

    Updated dependencies to allow for 3.9-3.11
    Updated dependencies to not require specific versions of other packages
    Updated unit-test.yml to run under 3.9, 3.10 and 3.11
    asgibson committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    47534cc View commit details
    Browse the repository at this point in the history
  2. Trying just 3.11 using matrix

    For unknown reason using 3.9, 3.10, and 3.11 used 3.9, 3.1, and 3.11
      3.1 failed because environment.yml only allowed 3.9-3.11
    Retrying with just 3.11 to ensure previously working version works with matrix
    asgibson committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    380cc85 View commit details
    Browse the repository at this point in the history
  3. Adding 3.9

    asgibson committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    1c78d41 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2eb5717 View commit details
    Browse the repository at this point in the history
  5. Updating to v4 for checkout and coverage actions

    GitHub warning prompted this change:
      Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20:
      actions/checkout@v3, codecov/codecov-action@v3.
      Node.js 16 actions are deprecated. For more information see:
      https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
    asgibson committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    f8161ed View commit details
    Browse the repository at this point in the history
  6. Step back to v3 on codecov-action

    See if it is still operational with checkout at v4
    asgibson committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    ef7e6e6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d5eac40 View commit details
    Browse the repository at this point in the history
  8. Update to allow Python 3.8

    Previous CI failed correctly, 3.8 not allowed in env
    asgibson committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    721f4ec View commit details
    Browse the repository at this point in the history
  9. Adding Python 3.12

    asgibson committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    086ca73 View commit details
    Browse the repository at this point in the history