-
-
Notifications
You must be signed in to change notification settings - Fork 690
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 typing_extensions.Doc (PEP 727)? #1111
base: master
Are you sure you want to change the base?
✨ Add support for typing_extensions.Doc (PEP 727)? #1111
Conversation
…ests, no full functionality
📝 Docs preview for commit 8c5430f at: https://77700f62.typertiangolo.pages.dev |
📝 Docs preview for commit b68c1e2 at: https://83732f8d.typertiangolo.pages.dev |
It seems that this feature would require python >= 3.8 due to the typing_extensions.Doc is only supported for >=4.8.0. Made some small changes to ignore that issue for now to get at least some CI testing to run. I don't see yet any open issue to deprecate 3.7? |
The PR and discussion for dropping support for Python 3.7 is here: #830 |
I've added tests but not yet documentation. I can add that if this feature has a chance of acceptance.
I've opened a question for this feature here: #1110