From ce94461d376bc9a82566b3fdf4ecd87a007c2a10 Mon Sep 17 00:00:00 2001 From: Trenton H <797416+stumpylog@users.noreply.github.com> Date: Tue, 1 Aug 2023 17:56:26 -0700 Subject: [PATCH] Updated Backend Ideas List (markdown) --- Backend-Ideas-List.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Backend-Ideas-List.md b/Backend-Ideas-List.md index 99b0197..94f6255 100644 --- a/Backend-Ideas-List.md +++ b/Backend-Ideas-List.md @@ -12,6 +12,12 @@ - Provides no benefit - Does still linger in the code base here and there +### Update minimum Python to 3.9+ + +- `scipy` no longer builds for 3.8 anyway +- Add testing/support for 3.11 +- Support last 3 versions of Python seems sufficient + ## Context Managers Updating the consumer and maybe the parsers to be context managers.