AxFoundation/strax

Stop supporting/testing with python 3.6

Closed this issue · 3 comments

Many packages are not supporting python 3.6 anymore. See e.g. numpy, pandas, tensorflow. This leads to different requirements in the tests which will continue diverging. See the current requirements file for testing purposes.

This has been going on for a while, see the release schedule of numpy (https://numpy.org/neps/nep-0029-deprecation_policy.html)

On Jun 23, 2020 drop support for Python 3.6 (initially released on Dec 23, 2016)

Since we rely heavily on numpy as well do many other requirements, we might as well follow suit. I don't see compelling reasons to keep supporting/testing on py3.6.

@ershockley @ahiguera-mx @jmosbacher @WenzDaniel , would you see any issue with this?

Yes I agree, I do not remember were I read it recently, (either pyhep or scipy?) but most of the scientific stacks are ending their python 3.6 support. I wanted to discuss this point with you anyhow, but did not want to disturb during your well deserved holidays.

I am very much in favor of this. python 3.6 sucks