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

Update build system to pyproject.toml #5

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

alexfikl
Copy link

@alexfikl alexfikl commented Nov 4, 2024

This makes two changes:

  • Updates the build system to use pyproject.toml
  • Adds a CI using Github Actions to test that everything works on all the supported versions.

Unfortunately, the build system changes seem to require bumping the minimum python version. setuptools v64.0 (the first one that supports pyproject.toml configuration) requires Python >=3.7. The currently maintained Python versions are >=3.9 though (Python 3.8 went in October 2024).

Also, the CI changes won't take effect until they're actually merged to master, so not very helpful to see if they work now. Let me know how you want to handle things and however I can help! 😁

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.

1 participant