Skip to content

Commit 05d98a7

Browse files
authored
restrict supported python version in package metadata (#24)
Signed-off-by: oleg.hoefling <[email protected]>
1 parent 9cb2882 commit 05d98a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
# the following makes a plugin available to pytest
2020
entry_points={"pytest11": ["pytest-mypy-plugins = pytest_mypy_plugins.collect"]},
2121
install_requires=dependencies,
22+
python_requires=">=3.6",
2223
classifiers=[
2324
"Development Status :: 3 - Alpha",
2425
"License :: OSI Approved :: MIT License",

0 commit comments

Comments
 (0)