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 committed Aug 10, 2021
1 parent 361dc1a commit 0ea668d
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 @@ -20,7 +20,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 0ea668d

Please sign in to comment.