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

Python 3.13 Support #3682

Merged
merged 5 commits into from
Nov 12, 2024
Merged

Python 3.13 Support #3682

merged 5 commits into from
Nov 12, 2024

Commits on Nov 7, 2024

  1. Configuration menu
    Copy the full SHA
    93dc3aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8dc590e View commit details
    Browse the repository at this point in the history
  3. CI: Bump to Pint 0.24.4

    Needed for Python 3.13.
    dopplershift committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    8eb7629 View commit details
    Browse the repository at this point in the history
  4. MNT: Fix indentation on generated docstring

    Python 3.13 started stripping leading whitespace in docstrings, so we
    need to be more careful to match the indentation of the rest of the
    docstring. Failing to do so results in warnings from docutils when
    building the docs.
    dopplershift committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    72e893e View commit details
    Browse the repository at this point in the history
  5. DOC: Don't try to link to code for non-metpy objects

    This avoids potential problems with building on Windows with
    environments that span multiple drives, like on GitHub Actions.
    dopplershift committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    38112e6 View commit details
    Browse the repository at this point in the history