typeshed-internal / stub_uploader

Scripts and actions to auto-upload typeshed stubs to PyPI
Apache License 2.0
21 stars 16 forks source link

Add a "requires-python" metadata field in stub distributions #103

Closed hamdanal closed 11 months ago

hamdanal commented 12 months ago

This is part of the work towards https://github.com/python/typeshed/issues/10722

Note that the field is called python_requires in setup.py.

References: