Add support for Python 3.12 (#48)

3 files changed
tree: 0452a6c2c6e9f85bb75c073b0306aafd0fcbc875
  1. .github/
  2. tests/
  3. .gitignore
  4. .pre-commit-config.yaml
  5. LICENSE
  6. MANIFEST.in
  7. mypy_extensions.py
  8. README.md
  9. setup.cfg
  10. setup.py
  11. tox.ini
README.md

Mypy Extensions

The mypy_extensions module defines extensions to the Python standard library typing module that are supported by the mypy type checker and the mypyc compiler.