pytest-dev / pytest-repeat

pytest plugin for repeating test execution
https://pypi.python.org/pypi/pytest-repeat/
Other
169 stars 27 forks source link

Add support for Python 3.10-3.11, drop EOL 2.7-3.6 #56

Closed hugovk closed 1 year ago

hugovk commented 2 years ago

Previously pytest 3.6+ were supported.

Python 3.10 and 3.11 requires pytest 6+, so they can only be tested on pytest 6 and 7. Because we're dropping Python 2 and only support modern Python, I suggest we simplify to only support modern pytest and support the last two versions.

Also test on GitHub Actions. I didn't remove .travis.yml, as I don't know if it's still working - also it has the PyPI deploy stuff for reference if that needs moving over too.

hugovk commented 1 year ago

Updated for the freshly released Python 3.11!

image

https://discuss.python.org/t/python-3-11-0-final-is-now-available/20291?u=hugovk