pytest-dev / pytest-github-actions-annotate-failures

Pytest plugin to annotate failed tests with a workflow command for GitHub Actions
https://pypi.org/project/pytest-github-actions-annotate-failures/
MIT License
132 stars 9 forks source link

fix(setup): add python_requires #55

Closed henryiii closed 2 years ago

henryiii commented 2 years ago

This will ensure Python versions can be elegantly dropped in the future without breaking usage from the old Python versions.