Project

Profile

Help

Task #2897

Updated by ttereshc over 6 years ago

Currently "@setup.py@ states that Pulp 3 supports Python 3.4":https://github.com/pulp/pulp/blob/21fc42d1f71780f840679c8041d046646b28af28/platform/setup.py#L31 

 Reasons to drop Python 3.4 support: 
 * Pulp 3 is not expected to support EL6, where SCL is available for Python 3.4 only 
 * There is Python 3.5 SCL for EL7 available. 
 * "Next Django release (2.0) will support Python 3.5+":https://docs.djangoproject.com/en/1.11/releases/1.11/#python-compatibility 
 * No Now impact on Django version choice, both Django LTS versions, 1.8 and 1.11, support Python 3.5 
 * "Next major Celery release will support only Python 3.5":http://docs.celeryproject.org/en/latest/whatsnew-4.0.html#preface

Back