How to determine lowest version of Python 3 to run?

Christopher Reimer christopher_reimer at icloud.com
Fri Oct 6 08:36:06 EDT 2017


On Oct 5, 2017, at 3:34 PM, Christopher Reimer <christopher_reimer at icloud.com> wrote:
> 
>> On Oct 5, 2017, at 1:11 PM, Irmen de Jong <irmen.NOSPAM at xs4all.nl> wrote:
>> 
>>> On 10/05/2017 04:23 AM, Christopher Reimer wrote:
>>> 
>>> I'm leaning towards installing the latest minor version of each available major version, running tox to run the unit tests against each one, and seeing what blows up.
>> 
>> Perhaps you can use the service of Travis (travis-ci.org) to avoid installing the Python
>> versions yourself. They have lots of older versions available to run tests on.
>> 
>> Irmen
>> -- 
>> https://mail.python.org/mailman/listinfo/python-list
> 
> Travis might be a bit of an overkill for my project. Someone suggested docker containers and there is a docker plugin for tox that looks promising.
> 
> Chris R. 
> -- 
> https://mail.python.org/mailman/listinfo/python-list

So I got tox and tox-docker installed. When I went to install Docker for Windows, it wouldn't work because Hyper-V wasn't available on Windows 10 Home. After paying Microsoft $99 for the privilege, I got Windows 10 Pro installed and Docker started working. I've read that all the cool programming kids are using Docker these days. I certainly hope it was worth the cost. O_o

Chris R.


More information about the Python-list mailing list