-
Notifications
You must be signed in to change notification settings - Fork 258
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
DeprecationWarning: 'pipes' is deprecated and slated for removal in Python 3.13 #1215
Comments
Just stumbled on this issue, as well, while using Python 3.13, in which |
There has indeed been almost no maintenance of this package. De facto it has been me and @biozz most recently, but we are clearly not active. It seems that the PR you linked is the only real fix on the EDIT: Just realized that just addressing this one deprecation warning doesn't automatically guarantees that it is actually compatible with Python 3.13. The package doesn't even officially claim compatibility with Python 3.12 yet. So that will have to be done first. |
the PyPI package should be updated, since |
We are working on a 0.19.0 release which should fix it: #1223 |
The release commit was made and merged and I have made the tag, but I don't have the credentials for PyPI. I thought I had it as I seem to remember I release 0.18.0, but maybe I am misremembering or my access was removed. Anyway, I cannot push to PyPI at the moment. @biozz @k4nar do you guys have access? If so, could you push the new release 0.19.0 to PyPI or give my account (https://pypi.org/user/sphuber/) access? |
The following DeprecationWarning started appearing in Python 3.11 and will become relevant later this year when Python 3.13 is released
The pipes module was deprecated in PEP-594:
https://peps.python.org/pep-0594/#pipes
The text was updated successfully, but these errors were encountered: