Skip to content

Commit 652ef27

Browse files
committed
Fix remaining 3.9 reminders.
1 parent 9ec6cbb commit 652ef27

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Requirements
2828

2929
You 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

3434
This plugin can recover from a hard crash with the following optional

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ keywords = [
2222
]
2323
license.text = "MPL-2.0"
2424
authors = [{name = "Leah Klearman", email = "[email protected]"}]
25-
requires-python = ">=3.9"
25+
requires-python = ">=3.10"
2626
classifiers = [
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",

0 commit comments

Comments
 (0)