ronaldoussoren / py2app

py2app is a Python setuptools command which will allow you to make standalone Mac OS X application bundles and plugins from Python scripts.
Other
340 stars 36 forks source link

python 3.12 support #491

Closed ronaldoussoren closed 1 year ago

ronaldoussoren commented 1 year ago

Py2app likely doesn't work with Python 3.12 at the moment due to using imp which has been deprecated for a long time and was removed in 3.12.

MAKOMO commented 11 months ago

Yep, not working on Python 3.12rc2