Skip to content

upgrade version python used for ARAX to python3.12 #2521

@saramsey

Description

@saramsey

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.

Metadata

Metadata

Assignees

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions