quaquel / EMAworkbench

workbench for performing exploratory modeling and analysis
BSD 3-Clause "New" or "Revised" License
128 stars 90 forks source link

Drop Python 3.9 support, require 3.10+ #353

Closed EwoutH closed 6 months ago

EwoutH commented 8 months ago

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.

coveralls commented 8 months ago

Coverage Status

coverage: 80.3%. remained the same when pulling b0ecdb93a493c500663bae00409e04c8b80d29d6 on python-3.10 into 10429e464ebb71611ec1b0486a4cf5926057e6fc on master.

quaquel commented 8 months ago

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?

EwoutH commented 8 months ago

Default 3.9, with 3.10 pre-installed. I think it will be updated around summer again.

EwoutH commented 8 months ago

We can backport all MPI changes to the 2.5 branch to maintain full compatibility.

quaquel commented 8 months ago

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.

EwoutH commented 6 months ago

Can we merge this one?

quaquel commented 6 months ago

I was wondering the same thing, but yes LGTM.