niess / python-appimage

AppImage distributions of Python
https://python-appimage.readthedocs.io/en/latest/
GNU General Public License v3.0
170 stars 24 forks source link

python3.12 support/release #71

Closed py-radicz closed 4 months ago

py-radicz commented 10 months ago

Hey, is there some blocker to distribute also py3.12 version? or anything I can do to make it happen?

niess commented 10 months ago

Hello @py-radicz,

thank you for pointing this out. The issue was that I had to manually add new Python versions to the workflow matrix, in order to get the corresponding AppImages generated. I am in the process of rewriting this, using pyGitHub instead of gluing together different actions, available on the 'Market'. This provides more flexibility (but it is rather time-consuming).

Anyway, the new updater just released AppImages for Python 3.12 (see releases). I didn't test them though.

py-radicz commented 10 months ago

many thanks for fast turn around!