Skip to content

Commit

Permalink
Remove python_requires restriction
Browse files Browse the repository at this point in the history
Mypy supports new Python features in stubs even when running on older
Python versions. And at runtime, by definition, type stubs are not
used or even imported at all. So there is no reason to restrict the
Python version.

Fixes #1.

Signed-off-by: Anders Kaseorg <[email protected]>
  • Loading branch information
andersk authored and baodrate committed Jan 16, 2022
1 parent a9924a6 commit 9555277
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ classifiers =
[options]
packages = pika-stubs
include_package_data = True
python_requires = >=3.8
install_requires =

[options.extras_require]
Expand Down

0 comments on commit 9555277

Please sign in to comment.