Skip to content
  • Arkadiusz Hiler's avatar
    Add Python 3.6 support · 2815dca5
    Arkadiusz Hiler authored
    With all the prep work that there are three things left:
    
    1. Adding the py36 to tox.ini.
    
    2. Dealing with differences in how emails are assembled with
       the email module.
    
    3. Including the generated migration.
    
    Point #2
    
     is handled rather naively by checking python version and using
    the correct reference checksum.
    
    Signed-off-by: default avatarArkadiusz Hiler <arkadiusz.hiler@intel.com>
    2815dca5