wheel2deb icon indicating copy to clipboard operation
wheel2deb copied to clipboard

Update pyproject.toml to work with python 3.11 or greater

Open tibersam opened this issue 1 year ago • 6 comments

Currently it installs 0.5.8 if python3.11 is installed (as currently on debian sid). Is there a reason for the upper limit?

tibersam avatar May 24 '23 14:05 tibersam

Also had the same behavior, if python 3.9 is available, like with Debian 11.

tibersam avatar May 31 '23 14:05 tibersam

Hi, Just wanted to ask, when you might have time to look into this merge request :)

tibersam avatar Aug 11 '23 10:08 tibersam

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

tibersam avatar Sep 18 '23 09:09 tibersam

I think this issue still is a problem and could be fixed by this pr. Any updates ?

SoftEngie avatar Apr 04 '24 11:04 SoftEngie

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.

SoftEngie avatar Apr 04 '24 11:04 SoftEngie

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 :).

tibersam avatar Apr 04 '24 11:04 tibersam

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 !

fyhertz avatar Jul 19 '24 15:07 fyhertz