Skip to content

Commit

Permalink
Oops. Meant 2025.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Apr 14, 2024
1 parent c6b23d0 commit e5268b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distutils/compat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def consolidate_linker_args(args: list[str]) -> list[str] | str:
"""
Ensure the return value is a string for backward compatibility.
Retain until at least 2024-04-31. See pypa/distutils#246
Retain until at least 2025-04-31. See pypa/distutils#246
"""

if not all(arg.startswith('-Wl,') for arg in args):
Expand Down

0 comments on commit e5268b5

Please sign in to comment.