Closed discdiver closed 8 months ago
Updates test coverage to Python 3.12 and removes references to supporting Python 3.7.
Closes #404
Closes
pre-commit
pre-commit install && pre-commit run --all
mkdocs serve
Thanks @discdiver! Looks like there are a couple of tests that need to be fixed for 3.12. I'll push fixes to this branch and merge once the tests pass.
Updates test coverage to Python 3.12 and removes references to supporting Python 3.7.
Closes #404
Closes
Example
Screenshots
Checklist
pre-commit
checks.pre-commit install && pre-commit run --all
locally for formatting and linting.mkdocs serve
view documentation locally.