Python 3 within Django constrains
Move our Python version dependency along to the highest Python 3 version available in our base OS that is also supported by our other dependencies: most notably our main framework of Django.
Constrains: Django 1.11.29 is compatible with Python versions: 2.7, 3.4, 3.5, 3.6, 3.7 (added in 1.11.17)
See: https://docs.djangoproject.com/en/1.11/faq/install/
Lea…
Move our Python version dependency along to the highest Python 3 version available in our base OS that is also supported by our other dependencies: most notably our main framework of Django.
Constrains: Django 1.11.29 is compatible with Python versions: 2.7, 3.4, 3.5, 3.6, 3.7 (added in 1.11.17)
See: https://docs.djangoproject.com/en/1.11/faq/install/
Leap bundled Python3 version: 3.6.15 - (15.3(EOL)/15.4/15.5)
Tumbleweed as of this Milestone: 3.10.10 (oldest installable via standard repos "python38")
This milestone is closed.
No open issues remain. View closed issues or see open milestones in this repository.