We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3fbc22 commit 55bba59Copy full SHA for 55bba59
setup.py
@@ -16,6 +16,7 @@
16
url="https://github.com/utgwkk/pytest-github-actions-annotate-failures",
17
license="MIT",
18
classifiers=["Framework :: Pytest",],
19
+ python_requires=">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*",
20
packages=find_packages(),
21
entry_points={
22
"pytest11": [
0 commit comments