NetExec icon indicating copy to clipboard operation
NetExec copied to clipboard

Drop support for Python 3.8 & 3.9

Open NeffIsBack opened this issue 1 year ago • 2 comments

Dropping py3.8 would enable updates for several packages. With that in mind we can also try to include the latest py3.12 version.

NeffIsBack avatar Dec 16 '23 14:12 NeffIsBack

@NeffIsBack looks like now is a good time to drop 3.8 & 3.9 due to many issues with them (like #330). The last 2 Debian versions ship with 3.11, which is why we had this on hold: https://wiki.debian.org/Python

Marshall-Hallenbeck avatar Jun 19 '24 21:06 Marshall-Hallenbeck

We could just increase the python version in the pyproject.toml for now without upgrading all the dependencies and if people complain we can easily downgrade.

NeffIsBack avatar Jun 19 '24 21:06 NeffIsBack

Let's do this after the next release, so we don't have to update all the packages for kali now. After the release we update everything

NeffIsBack avatar Oct 04 '24 18:10 NeffIsBack

Things to be reverted when we drop 3.8: 84854173587fd66307a949313ac9e14601c6a261

NeffIsBack avatar Oct 12 '24 13:10 NeffIsBack