-
Notifications
You must be signed in to change notification settings - Fork 240
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
New build system. setup.py is being deprecated. #3996
Comments
While building Toil 8.0.0 in preparation for a release, I got this warning:
I'm using pip 24.2, but pip 25.0 is out now, so we should replace our |
mr-c
added a commit
that referenced
this issue
Feb 13, 2025
19 tasks
mr-c
added a commit
that referenced
this issue
Feb 13, 2025
mr-c
added a commit
that referenced
this issue
Feb 13, 2025
mr-c
added a commit
that referenced
this issue
Feb 13, 2025
mr-c
added a commit
that referenced
this issue
Feb 14, 2025
mr-c
added a commit
that referenced
this issue
Feb 14, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Looks like we're going to need a
pyproject.toml
after all: https://setuptools.pypa.io/en/latest/userguide/quickstart.htmlRunning
setup.py
directly will stop working inpython3.12
it looks like. They want us to start usingpython -m build
instead for the actual build step. We should update the release process and our readme for users installing from source.Also good reading: https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html
┆Issue is synchronized with this Jira Task
┆friendlyId: TOIL-1124
The text was updated successfully, but these errors were encountered: