Python 3.12 tests currently fail · Issue #1357 · Python-Markdown/markdown (original) (raw)
The error is:
Traceback (most recent call last):
File "/Users/facelessuser/Code/github/markdown/tests/test_meta.py", line 20, in test__version__IsValid
import packaging.version
ModuleNotFoundError: No module named 'packaging'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/facelessuser/Code/github/markdown/tests/test_meta.py", line 22, in test__version__IsValid
from pkg_resources.extern import packaging
ModuleNotFoundError: No module named 'pkg_resources'
This will require more investigation. 3.12 is still in beta. We will need to be fixed before we officially state support for 3.12.