From 9cb2741f982ecf0c9c6e172e74ca7d8b56f9fe15 Mon Sep 17 00:00:00 2001 From: Callum Dickinson Date: Tue, 14 Oct 2025 17:30:56 +1300 Subject: [PATCH] Fix release notes The number in the filename is the PR, and the contents of the file is a short description of the change (does not necessarily have to be exactly the same as the PR title). --- changelog.d/4.removed.md | 1 + changelog.d/python-3.8-3.9-support.removed.md | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 changelog.d/4.removed.md delete mode 100644 changelog.d/python-3.8-3.9-support.removed.md diff --git a/changelog.d/4.removed.md b/changelog.d/4.removed.md new file mode 100644 index 0000000..8fcf889 --- /dev/null +++ b/changelog.d/4.removed.md @@ -0,0 +1 @@ +Remove support for Python 3.8 and 3.9 diff --git a/changelog.d/python-3.8-3.9-support.removed.md b/changelog.d/python-3.8-3.9-support.removed.md deleted file mode 100644 index 84446b5..0000000 --- a/changelog.d/python-3.8-3.9-support.removed.md +++ /dev/null @@ -1 +0,0 @@ -Removed support for Python 3.8 and 3.9. Python 3.10 is now the minimum supported version.