Skip to content

Commit

Permalink
Python 3.8 is EOL
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Jan 28, 2025
1 parent 0525851 commit 4d9917f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion needs_backport.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def report(prs: list[PR]):
parser.add_argument(
"-b",
"--branches",
default="3.13,3.12,3.11,3.10,3.9,3.8",
default="3.13,3.12,3.11,3.10,3.9",
help="branches to check",
)
parser.add_argument(
Expand Down

0 comments on commit 4d9917f

Please sign in to comment.