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.