faucetsdn/faucet

Remove python 3.5 support from faucet

gizmoguy opened this issue · 1 comments

Python 3.5 has been end of life since September 2020, as such our dependencies (such as pyyaml) are starting to remove support for python 3.5.

We should likely do the same, this would involve:

  • Update python package metadata (setup.cfg) to remove python3.5 support
  • Update setup.py to add warning message to users trying to install on python3.5
  • Remove CI jobs that test on python3.5
  • Notify users

Looks like reviving #3793 will help as it does most of the heavy lifting required