wheel2deb
wheel2deb copied to clipboard
Update pyproject.toml to work with python 3.11 or greater
Currently it installs 0.5.8 if python3.11 is installed (as currently on debian sid). Is there a reason for the upper limit?
Also had the same behavior, if python 3.9 is available, like with Debian 11.
Hi, Just wanted to ask, when you might have time to look into this merge request :)
Hi guys,
With the release of Debian 12, more and more users will complain about the missing support for python3.11 and up. Could you consider this merge for this problem? see for example issue #54 and issue #57
I think this issue still is a problem and could be fixed by this pr. Any updates ?
I have just build wheel2deb wheel file after changing the python version requirement in the pyproject file and I did not have any problem at all.
Unfortunately i also have not heard back from the Maintainers of the tool yet. I think the tool currently only works correctly on Ubuntu 22.04. Lets see what happens when the new LTS is released :).
Hello!
Sorry, I don't have much time to work on this project, we use it in production and it works well enough for our needs.
Anyway, I have loosen the version constraint on python. It is now set to >=3.10,<3.13. I cannot do better because pyinstaller 6.9.0 requires python < 3.13 !