From 7b778cc1a73f3a69c5966eb69f529f748e98bc0d Mon Sep 17 00:00:00 2001 From: HauckeBa Date: Fri, 15 Nov 2024 10:27:18 +0100 Subject: [PATCH] Added Python 3.12 and 3.13 support into the changelog. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 573424fc..b21a29dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [3.0.0] - Unreleased ## Added -- Support for Python 3.11 +- Support for Python 3.11, 3.12, 3.13 - Ruff: Python linter & formatter (see [DEVELOPMENT.md](DEVELOPMENT.md)) - StateObserver: An easy way to get state values with error checking [example](examples/observers/state_observer_example.py) - Integrated gem_controls repository into gem. classic_controllers will be removed in further version