From 45c80f311eb5d98f759713e2e0993ea8f600baf5 Mon Sep 17 00:00:00 2001 From: "Adam J. Jackson" Date: Tue, 8 Oct 2024 16:42:14 +0100 Subject: [PATCH] update changelog --- CHANGELOG.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 985461d..2b0a686 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -8,6 +8,12 @@ Versioning `__. The changelog format is inspired by `Unreleased `__ ------------------------------------------------------------------------- - Update github URL in docs (@alexsquires) +- General modernisation and packaging updates (@ajjackson) + + - Drop Python 3.8, add support for 3.11 and 3.12 + - Update packaging: replace setup.py with pyproject.toml + - Use `tox` as testing entrypoint, manage multiple Python versions + - Stop using pkg_resources `[0.9.2] `__ -------------------------------------------------------------------------