From d558c79f77eabf6dcbfab0ce7db31a6af535958c Mon Sep 17 00:00:00 2001 From: BJ Dierkes Date: Mon, 25 Dec 2023 22:34:53 -0600 Subject: [PATCH] Update Changelog --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 593cc97e..a539f03c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,8 @@ Features: Refactoring: -- None +- `[core.plugin]` Deprecate the use of `imp` in favor of `importlib` + - [Issue #386](https://github.com/datafolklabs/cement/issues/386) Misc: @@ -22,6 +23,10 @@ Misc: - `[dev]` Add Smoke tests for Python 3.11 - `[dev]` Make Python 3.11 the default dev target - `[docker]` Base official Docker image on Python 3.11 +- `[core]` Make Python 3.12 the default development target + - [Issue #658](https://github.com/datafolklabs/cement/issues/657) +- `[core]` Drop support for Python 3.7 + - [Issue #658](https://github.com/datafolklabs/cement/issues/658) Deprecations: