Skip to content
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

Py 3.13 support? #594

Open
dirkmueller opened this issue Nov 9, 2024 · 0 comments
Open

Py 3.13 support? #594

dirkmueller opened this issue Nov 9, 2024 · 0 comments

Comments

@dirkmueller
Copy link

Environment

  • netutils version: 1.10.0

Running tests on netutils in a python 3.13 enviroment indicates that it will no longer work:

  /usr/lib/python3.13/site-packages/_pytest/assertion/rewrite.py:184: in exec_module
      exec(co, module.__dict__)
  tests/unit/test_password.py:5: in <module>
     from netutils import password
 netutils/password.py:4: in <module>
     import crypt  # pylint: disable=deprecated-module
 E   ModuleNotFoundError: No module named 'crypt'

Proposed Functionality

tests should pass on python 3.13.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant