threeML / hawc_hal

HAWC Accelerated Likelihood - python-only framework for HAWC data analysis
BSD 3-Clause "New" or "Revised" License
11 stars 22 forks source link

Drop python2 support for hawc_hal #39

Closed henrikef closed 3 years ago

henrikef commented 3 years ago

Considering https://www.python.org/doc/sunset-python-2/ and https://pip.pypa.io/en/stable/development/release-process/ (pip will drop python2 support in January 2021), as well as the recent issues getting hawc_hal running in a python2 environment (see https://github.com/threeML/hawc_hal/pull/37 ), I propose to stop officially supporting python2 with hawc_hal.

Please comment here with feedback/opinions.

cbrisboi commented 3 years ago

I agree with this proposal. The install instructions we discussed the other day @henrikef appear to install at least a partially working environment, but I'm not sure how compatible hawc_hal is supposed to be with python3 yet. We can discuss more details later.

henrikef commented 3 years ago

With the switch to github actions, we are not testing on python 2.7 anymore.