Skip to content

Commit 4d9917f

Browse files
committed
Python 3.8 is EOL
1 parent 0525851 commit 4d9917f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

needs_backport.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ def report(prs: list[PR]):
162162
parser.add_argument(
163163
"-b",
164164
"--branches",
165-
default="3.13,3.12,3.11,3.10,3.9,3.8",
165+
default="3.13,3.12,3.11,3.10,3.9",
166166
help="branches to check",
167167
)
168168
parser.add_argument(

0 commit comments

Comments
 (0)