Drop Python 2. Support up to Python 3.11. Build wheels #9
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR makes the code compatible with Python <= 3.11.
The price for that is dropping Python 2, which I don't think is an issue anymore.
I also added a GitHub automation which uses cibuildwheel to build wheels for Linux, Mac and Windows.
The automation will also publish packages to PyPi, as soon we make our first release 😉
The wheel build process is fairly long (1h 44m). You can check the results here: /~https://github.com/BackTrackBB/backtrackbb/actions/runs/5278332119
(All the produced wheels are in the "artifact" archive).
@npoiata, let me know if you can test this and how to proceed.