Skip to content

Commit

Permalink
Merge pull request #7459 from freedomofpress/focal-eol-bump
Browse files Browse the repository at this point in the history
Update focal EOL date to 2025-05-31
  • Loading branch information
zenmonkeykstop authored Mar 6, 2025
2 parents a14741a + 6a87f55 commit 2659fdd
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 2659fdd

Please sign in to comment.