EMAworkbench
EMAworkbench copied to clipboard
Drop Python 3.9 support, require 3.10+
Following SPEC 0 Python 3.9 support is dropped for future minor and major releases, and will require Python 3.10+ from version 3.0 onwards.
The main benefit of requiring Python 3.10 is that we can implement type hinting more elegant in the workbench.
The 2.5.x branch will keep supporting Python 3.9.
coverage: 80.3%. remained the same when pulling b0ecdb93a493c500663bae00409e04c8b80d29d6 on python-3.10 into 10429e464ebb71611ec1b0486a4cf5926057e6fc on master.
looks fine to me. Just one quick question (which I can look up myself once I have time). What is the default python version on DelftBlue?
Default 3.9, with 3.10 pre-installed. I think it will be updated around summer again.
We can backport all MPI changes to the 2.5 branch to maintain full compatibility.
Ok, let me try and finish the mpi bugfix branch first (testing atm), so I don't need to worry about 3.9/3.10.
Can we merge this one?
I was wondering the same thing, but yes LGTM.