-
Notifications
You must be signed in to change notification settings - Fork 25
Closed
Labels
Description
I know this was brought up at an ARAX AHM recently, but I am resurfacing the matter as an issue.
Hi all, we're currently using python3.9 in ARAX's flask application, and that is a pretty old version of cpython. Since 3.9, the PEP484 type hinting system has been vastly improved in terms of ergnonomics and expressiveness, enabling much more precise pre-runtime analysis of python code, to catch bugs before testing inside flask and before unit testing. So for that reason alone, I think the system could benefit by transitioning to a new version of python. If we can bump all the way to 3.12, we might get a speed improvement, as a side bonus.
Reactions are currently unavailable