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

Update CI testing #804

Merged
merged 9 commits into from
Nov 1, 2024
Merged

Update CI testing #804

merged 9 commits into from
Nov 1, 2024

Commits on Oct 31, 2024

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

Commits on Nov 1, 2024

  1. CI: Update the PyPI testing workflow

    Copy over from MetPy and re-use the actions available there.
    dopplershift committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    a47e838 View commit details
    Browse the repository at this point in the history
  2. CI: Remove Minimum dependency file

    This is now generated.
    dopplershift committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    7fe3e61 View commit details
    Browse the repository at this point in the history
  3. CI: Update conda tests workflow

    Pulled in from MetPy.
    dopplershift committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    207a052 View commit details
    Browse the repository at this point in the history
  4. MNT: Rebuild protobuf files

    Needed for compatibility with new versions of protobuf. Rebuilt using
    protobuf 4.21.1 and proto files from netcdf-java 5.6.0.
    dopplershift committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    3c9a61e View commit details
    Browse the repository at this point in the history
  5. MNT: Bump minimum versions

    This brings things more current and allows for environment resolution on
    Python 3.10 as well as fixes some runtime failures.
    dopplershift committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    d7cdcda View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a904cb3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    12317c2 View commit details
    Browse the repository at this point in the history
  8. MNT: Remove optional use of importlib_metadata

    No longer needed on Python >=3.10.
    dopplershift committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    1e9516e View commit details
    Browse the repository at this point in the history