Updated Backend Ideas List (markdown)

Trenton H 2023-08-01 17:56:26 -07:00
parent 6f0aada6f6
commit ce94461d37

@ -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.