Updated deprecation timeline

This commit is contained in:
Andrew Murray 2024-07-01 20:21:21 +10:00
parent 43cc1e3659
commit 5e163c0fed

View File

@ -45,8 +45,6 @@ def deprecate(
elif when <= int(__version__.split(".")[0]):
msg = f"{deprecated} {is_} deprecated and should be removed."
raise RuntimeError(msg)
elif when == 11:
removed = "Pillow 11 (2024-10-15)"
elif when == 12:
removed = "Pillow 12 (2025-10-15)"
else: