Support for Python 3.6
See original GitHub issueWhen I try to install the .deb package I get
dragonfire depends on python3 (<< 3.6); however:
Version of python3 on system is 3.6.5-3ubuntu1.
on Ubuntu 18.04, where Python 3.6 is now installed by default. I believe supporting 3.6 should not be problem as there were no real backwards incompatible changes.
Looking forward to try this out!
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
Python - endoflife.date
Release Released Security Support
3.11 1 month and 4 weeks ago. (24 Oct 2022) Ends in 4 years and 10 months. (24 Oct 2...
3.10...
Read more >Status of Python Versions - Python Developer's Guide
The latest release for each Python version can be found on the download page. ... Python 2.7 Python 3.2 Python 3.3 Python 3.4...
Read more >Python 3.6 support table for most popular Python packages
This site shows Python 3.6 support for the 360 most downloaded packages on PyPI: 201 green packages (55.8%) have dropped support for Python...
Read more >Time to Say Goodbye: Python 3.6 Is End-of-Life - The New Stack
Python 3.6 is no longer being supported. Time to upgrade.
Read more >It's time to stop using Python 3.6
Python 3.6 will stop getting security updates in December 2021. Given the existence of 3.7, 3.8, 3.9, and 3.10, you really should upgrade....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
https://github.com/DragonComputer/Dragonfire/blob/master/.travis.yml#L5 is a problem because the old-school way of doing virtualenv: system_site_packages: true works on Python 3.5 but not on 3.6 and 3.7 thus #95 fails. Somehow we gotta remove the system_site_packages bit and make the Travis build work on 3.5, 3.6, and 3.7.
@JarnoRFB I have published a new release. I packed the
.deb
file on Ubuntu 18.04.1 LTS (Bionic Beaver) so it has to have Python 3.6 support. Cloud you confirm the Python 3.6 support?