We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Here's some sort of advance warning. Python 3.13 drop the pipes library that is used in waflib/extras/genpybind.py.
pipes
waflib/extras/genpybind.py
This is courtesy of lintian that now tells me this:
I: hamster-time-tracker source: uses-deprecated-python-stdlib pipes (deprecated in Python 3.11, removed in Python 3.13) [waflib/extras/genpybind.py:2]
Not sure if there's a new waf release that gets rid of this.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Here's some sort of advance warning. Python 3.13 drop the
pipes
library that is used inwaflib/extras/genpybind.py
.This is courtesy of lintian that now tells me this:
Not sure if there's a new waf release that gets rid of this.
The text was updated successfully, but these errors were encountered: