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

ci, contrib, dice, meta: enable testing on Python 3.13 + fix warnings #2628

Merged
merged 2 commits into from
Oct 11, 2024

Commits on Oct 9, 2024

  1. ci, contrib, dice, meta: enable testing on Python 3.13 + fix warnings

    - ci: Added Python 3.13 to CI workflow
    - contrib: Added Python 3.13 envs to tox config
    - dice: removed unnecessary `count` parameter to `re.sub()` and pass
      `flags` as a kwarg (py3.13 deprecates these as positional args)
    - url: fix type-check error with `dnspython` 2.7
      Get string representation of each result with `Rdata.to_text()`, which
      is one of the types that `ipaddress.ip_address()` accepts.
    dgw committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    09688d3 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

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