Add support for Python 3.11 and 3.12, drop EOL 3.7 (#15)

* Bump GitHub Actions

* Update pre-commit

* Add noqa for: A004 import statement "format" is shadowing a Python builtin

* Add support for Python 3.11 and 3.12

* Drop support for EOL Python 3.7

* Update .github/workflows/tests.yaml

---------

Co-authored-by: Taneli Hukkinen <3275109+hukkin@users.noreply.github.com>
6 files changed
tree: 8b04e089ff46ba8d82e63746fb2d2f53b807d153
  1. .github/
  2. src/
  3. tests/
  4. .bumpversion.cfg
  5. .flake8
  6. .gitignore
  7. .pre-commit-config.yaml
  8. LICENSE
  9. pyproject.toml
  10. README.md
README.md

mdurl

Build Status codecov.io PyPI version

This is a Python port of the JavaScript mdurl package. See the upstream README.md file for API documentation.