We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc9cb91 commit 58b1130Copy full SHA for 58b1130
scripts/stubsabot.py
@@ -527,7 +527,7 @@ def obsolete_more_than_6_months(distribution: str) -> bool:
527
remove_date = _add_months(release_date, POLICY_MONTHS_DELTA)
528
today = datetime.datetime.now(tz=datetime.timezone.utc).date()
529
530
- return remove_date >= today
+ return remove_date <= today
531
532
533
def parse_no_longer_updated_from_archive(source: zipfile.ZipFile | tarfile.TarFile) -> bool:
0 commit comments