mottosso / Qt.py

Minimal Python 2 & 3 shim around all Qt bindings - PySide, PySide2, PyQt4 and PyQt5.
MIT License
914 stars 254 forks source link

The imp module is removed with Python 3.12 #395

Open dvzrv opened 7 months ago

dvzrv commented 7 months ago

Hi! :wave:

We're currently cleaning up packages for the Python 3.12 rebuild on Arch Linux.

I noticed that the tests in this repository are still using the imp module https://github.com/mottosso/Qt.py/blob/2c0f4dc596204670f4597b841821cff8a171c3a2/tests.py#L6

This module has been removed with Python 3.12: https://docs.python.org/dev/whatsnew/3.12.html#imp