How to determine lowest version of Python 3 to run?

Irmen de Jong irmen.NOSPAM at xs4all.nl
Thu Oct 5 16:11:27 EDT 2017


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



More information about the Python-list mailing list