Closed Rogdham closed 8 months ago
Paging @tomhughes and @a-detiste that may be interested :wink:
Thank you! :tada:
It is my understanding that the project now works with Python 3.12!
Time for a release ?
I'm happy to push a release as soon as we test against Python 3.12 and note the compatibility in setup.py
, see https://github.com/sphinx-contrib/autoprogram/issues/70. PRs welcome!
uploaded to Debian as 0.1.8-2
@a-detiste Also released as version 0.1.9, see https://pypi.org/project/sphinxcontrib-autoprogram/#history
Python 3.12 dropped the module
imp
.The code is changed according to https://docs.python.org/3/whatsnew/3.12.html#imp and a test case is added.
Fixes #64.