File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ Requirements
2828
2929You will need the following prerequisites in order to use pytest-rerunfailures:
3030
31- - Python 3.9 + or PyPy3
31+ - Python 3.10 + or PyPy3
3232- pytest 8.0 or newer
3333
3434This plugin can recover from a hard crash with the following optional
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ keywords = [
2222]
2323license.text = " MPL-2.0"
2424authors = [{
name =
" Leah Klearman" ,
email =
" [email protected] " }]
25- requires-python = " >=3.9 "
25+ requires-python = " >=3.10 "
2626classifiers = [
2727 " Development Status :: 5 - Production/Stable" ,
2828 " Framework :: Pytest" ,
@@ -31,7 +31,6 @@ classifiers = [
3131 " Operating System :: Microsoft :: Windows" ,
3232 " Operating System :: POSIX" ,
3333 " Programming Language :: Python :: 3 :: Only" ,
34- " Programming Language :: Python :: 3.9" ,
3534 " Programming Language :: Python :: 3.10" ,
3635 " Programming Language :: Python :: 3.11" ,
3736 " Programming Language :: Python :: 3.12" ,
You can’t perform that action at this time.
0 commit comments