Skip to content

Commit 55bba59

Browse files
committed
fix(setup): add python_requires
This will ensure Python versions can be elegantly dropped in the future without breaking usage from the old Python versions.
1 parent c3fbc22 commit 55bba59

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
@@ -16,6 +16,7 @@
1616
url="https://github.com/utgwkk/pytest-github-actions-annotate-failures",
1717
license="MIT",
1818
classifiers=["Framework :: Pytest",],
19+
python_requires=">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*",
1920
packages=find_packages(),
2021
entry_points={
2122
"pytest11": [

0 commit comments

Comments
 (0)