Skip to content

Drop support for python 3.7

Lucas Felix requested to merge drop-python3.7 into master

Python 3.7 is not supported anymore. New default is 3.9:

  • It is recommended if you install your env manually
  • This is what Makefile install for you
  • This is the pinpointed version in the conda package (which is one completely frozen version of Bliss) Python 3.8 will continue to be tested during night.

Python 3.8 can still be installed (except with the conda package), because some beamlines may need it to use libraries precompiled for py38

Edited by Lucas Felix

Merge request reports