ainfosec / FISSURE

The RF and reverse engineering framework for everyone. Follow and ★ to show your support!
https://twitter.com/FissureRF
GNU General Public License v3.0
1.61k stars 87 forks source link

Python 3.12 support? #59

Open D3vil0p3r opened 1 day ago

D3vil0p3r commented 1 day ago

Currently Fissure Python dependencies show:

[tool.poetry.dependencies]
python = ">=3.8.1,<3.12"

When it will Python 3.12 be supported?

cpoore1 commented 1 day ago

Poetry for the Python packages hasn’t been fully implemented and tested yet. The poetry file is there because we were experimenting with it and it will help us going forward. The exact version requirements have not been finalized. I think FISSURE should still work fine with Python 3.12. Most of the features have been tested on Ubuntu 24.04 and I think it comes with that version.