From 32f28b3821e0818e23f798aeb9f50ffdb8bbef7c Mon Sep 17 00:00:00 2001 From: Alan Hodgson Date: Mon, 26 Aug 2024 08:32:25 -0700 Subject: [PATCH] Update changelog regarding available python versions [skip ci] --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c21412..7d316e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ * Upgraded to Ubuntu 24.04 LTS (Noble) - note updated compiler chain and all tools; please test your apps thoroughly * Default Python version is now 3.12 (from 3.10) + * Python 2.7 and 3.7 are no longer available from the Deadsnakes PPA; we weren't providing images for either previously * Nginx version is now 1.24 (from 1.18) - changelog can be found at https://nginx.org/en/CHANGES-1.24 - if you provide your own nginx.conf, please define error_log at the root scope, not the http scope; see https://github.com/phusion/passenger/issues/2541