Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix building issues with Python 3.11. #14

Merged
merged 5 commits into from
Jan 3, 2024
Merged

Fix building issues with Python 3.11. #14

merged 5 commits into from
Jan 3, 2024

Conversation

ebrocas
Copy link
Collaborator

@ebrocas ebrocas commented Nov 30, 2023

Remove the setup.py as it only contain info that should be in the pyproject.toml according to the last pip guidelines and also to fix the building issues with Python 3.11.

@ebrocas
Copy link
Collaborator Author

ebrocas commented Nov 30, 2023

Should fix #13

@ebrocas ebrocas marked this pull request as draft November 30, 2023 10:24
Fix build issue from sources with Python 3.11 (do not install binexport and only module).
Follow guidelines and recommandations provided by setuptools documentation to insure
cross platform compatibility
@ebrocas
Copy link
Collaborator Author

ebrocas commented Nov 30, 2023

Addition: transform bin script into an entrypoint (details of why provided in the commit message)

Moreover, installation has been tested for Python 3.9. Install works well but python-binexport does not handle Python 3.9 (cf #15 ).

@ebrocas ebrocas marked this pull request as ready for review November 30, 2023 12:33
@patacca
Copy link
Collaborator

patacca commented Jan 3, 2024

I fixed a couple of small things but for the rest LGTM. Thanks

@patacca patacca merged commit eefc6ed into main Jan 3, 2024
@patacca patacca deleted the fix/build-3.11 branch January 3, 2024 13:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants