Closed dbinetti closed 3 weeks ago
distutils has been removed from python 3.12. This is causing an ImportError in configure_typogrify which then inadvertently disables Typogrify. This updates to packaging.version.Version.
distutils
configure_typogrify
packaging.version.Version
distutils
has been removed from python 3.12. This is causing an ImportError inconfigure_typogrify
which then inadvertently disables Typogrify. This updates topackaging.version.Version
.