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

Feature #1566 update Python version to 3.8.6 #1958

Merged
merged 11 commits into from
Nov 17, 2022

Commits on Sep 9, 2022

  1. Configuration menu
    Copy the full SHA
    a31b96e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab42acf View commit details
    Browse the repository at this point in the history
  3. added return value checking to error and exit a non-zero value if doc…

    …ker build or docker push fail
    georgemccabe committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    c3047a7 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2022

  1. Configuration menu
    Copy the full SHA
    fdc5253 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2022

  1. Configuration menu
    Copy the full SHA
    0cc9ebe View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2022

  1. Configuration menu
    Copy the full SHA
    16f0bb6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5418ea4 View commit details
    Browse the repository at this point in the history
  3. Per #1566, store the minimum version of python needed to run the wrap…

    …pers in addition to the recommended version. Warn if the user's python version is less than the recommended and error if the their version is less than the minimum required
    georgemccabe committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    ca80c9e View commit details
    Browse the repository at this point in the history
  4. import metplus_check first in metplus/util init so that f-strings do …

    …not cause a cryptic error if using Python 2
    georgemccabe committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    4d92b27 View commit details
    Browse the repository at this point in the history
  5. changed setup script to use the minimum version of python as the requ…

    …ired version to install as a package
    georgemccabe committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    91d3acc View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. Configuration menu
    Copy the full SHA
    3b850ba View commit details
    Browse the repository at this point in the history