From f361c7a1a8a57a44d1d52f3dc471a5964d2d1f56 Mon Sep 17 00:00:00 2001 From: Nate Prewitt Date: Tue, 12 Dec 2023 16:48:34 -0700 Subject: [PATCH] Add changelog entry for Python 3.7 End of Support --- .changes/next-release/feature-Python-52884.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changes/next-release/feature-Python-52884.json diff --git a/.changes/next-release/feature-Python-52884.json b/.changes/next-release/feature-Python-52884.json new file mode 100644 index 00000000..c21896b7 --- /dev/null +++ b/.changes/next-release/feature-Python-52884.json @@ -0,0 +1,5 @@ +{ + "type": "feature", + "category": "Python", + "description": "End of support for Python 3.7" +}