Skip to content

Commit

Permalink
Merge pull request #7465 from freedomofpress/backport-7459
Browse files Browse the repository at this point in the history
[2.12.0] Backport "Update focal EOL date to 2025-05-31"
  • Loading branch information
legoktm authored Mar 6, 2025
2 parents c815d5e + 18b689c commit 9affcba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion securedrop/server_os.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
FOCAL_VERSION = "20.04"
NOBLE_VERSION = "24.04"

FOCAL_ENDOFLIFE = date(2025, 4, 2)
FOCAL_ENDOFLIFE = date(2025, 5, 31)


@functools.lru_cache
Expand Down

0 comments on commit 9affcba

Please sign in to comment.