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

Python 3.14 support: ByteString is gone #849

Closed
dimaqq opened this issue Nov 15, 2024 · 0 comments · Fixed by #848
Closed

Python 3.14 support: ByteString is gone #849

dimaqq opened this issue Nov 15, 2024 · 0 comments · Fixed by #848

Comments

@dimaqq
Copy link

dimaqq commented Nov 15, 2024

https://docs.python.org/3/deprecations/index.html

Current release fails with:

.tox/py3/lib/python3.14/site-packages/nacl/bindings/crypto_secretstream.py:14: in <module>
    from typing import ByteString, Optional, Tuple, cast
E   ImportError: cannot import name 'ByteString' from 'typing' (/opt/hostedtoolcache/Python/3.14.0-alpha.1/x64/lib/python3.14/typing.py)
@alex alex linked a pull request Nov 15, 2024 that will close this issue
@alex alex closed this as completed in #848 Nov 15, 2024
dimaqq added a commit to dimaqq/python-libjuju that referenced this issue Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

1 participant