-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
Allow bumping several new packages #76
Conversation
Should be possible now that Homebrew/brew#16753 is landed
Just noting that a couple changes in
It looks like |
Can't we just do |
I don't see why not. |
Mainly related to comment that
So it would be nicer for resource updates to get any new releases rather than manually tracking. No idea how long these other copies of Python 2 (e.g. pypy) will remain. Setuptools at least still has branch https://github.com/pypa/setuptools/tree/maint/44.x |
Is that still accurate? 44.1.1 was released in 2020.
…On Fri, Mar 1, 2024 at 6:14 PM Michael Cho ***@***.***> wrote:
Can't we just do setuptools==44.1.1 for pypy?
Mainly related to comment that setuptools 44 may get bugfixes:
# > Setuptools as a project continues to support Python 2 with bugfixes and important features on Setuptools 44.x.
# See https://setuptools.readthedocs.io/en/latest/python%202%20sunset.html#python-2-sunset
So it would be nicer for resource updates to get any new releases rather than manually tracking. No idea how long these other copies of Python 2 (e.g. pypy) will remain. Setuptools at least still has branch https://github.com/pypa/setuptools/tree/maint/44.x
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
--
All that is necessary for evil to succeed is for good people to do nothing.
|
No idea. I only saw the branch still exists but would need someone from Setuptools side for status. |
Should be possible now that Homebrew/brew#16753 is landed