-
Notifications
You must be signed in to change notification settings - Fork 556
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
Add support for PY3.13; use vendored version of telnetlib #2137
base: develop
Are you sure you want to change the base?
Conversation
Ran into issues with LXML (and lack of a PY3.13 wheel) and coveralls (and them explicitly rejecting PY3.13). This is for testing PY3.13 and NAPALM using GitHub Actions. The referenced code should fix the Netmiko/ios.py telnetlib issue, however. |
cc: @bewing |
Why hasn't this happened? |
Okay still no working PY3.13 support for napalm--current breakage is on PYEZ which doesn't have any working PY3.13 support. |
Submitted PR to PYEZ Repository: |
No description provided.