-
Notifications
You must be signed in to change notification settings - Fork 93
GitHub Action: pip_install_librabbitmq #170
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
base: master
Are you sure you want to change the base?
Conversation
The current |
Blocked by a new release to PyPI. https://pypi.org/project/librabbitmq |
do we need to release on pypi for this to work? |
Yes. The |
We need to ensure that The use of Lines 33 to 42 in 07e1123
SetuptoolsDeprecationWarning: setup.py xxx is deprecated.
|
`pip install librabbitmq` on `python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]`
Blocked by:
file mode 'U' was deprecated in Python 3.3 and removed in Python 3.11 #176 (merged) andpip install librabbitmq
onpython-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
The current
master
branch will install on Py3.11, Py3.12, Py3.13, and Py3.14, but the version on PyPI will not.Is it possible that the PyPI releases are being built on legacy Python 2?!?
librabbitmq/setup.py
Line 196 in b2eebe5