From dab96ce77a8a5edbaf844d554af872ca9aeb8759 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Wed, 2 Apr 2025 10:11:40 +0300 Subject: [PATCH] CHANGELOG.md: update recommended Python to 3.9+ --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36d799b..2ae80f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased ### Changed - Use uv instead of poetry to manage the project and dependencies +- Update recommended Python version to 3.9+ ### Updated - Falcon 4.0.x