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
Over at https://discuss.python.org/t/allow-package-references-as-version-specifiers/19226/ someone asked for a packaging feature to help keep type stub packages set to the same version as their parent package. https://discuss.python.org/t/allow-package-references-as-version-specifiers/19226/17 has a suggestion on how to do that.
Having such info on https://typing.readthedocs.io/en/latest/source/stubs.html#distribution may be helpful.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
brettcannon commentedSep 29, 2022
Over at https://discuss.python.org/t/allow-package-references-as-version-specifiers/19226/ someone asked for a packaging feature to help keep type stub packages set to the same version as their parent package. https://discuss.python.org/t/allow-package-references-as-version-specifiers/19226/17 has a suggestion on how to do that.
Having such info on https://typing.readthedocs.io/en/latest/source/stubs.html#distribution may be helpful.
The text was updated successfully, but these errors were encountered: