Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-09-02 | Drop support for Python 3.4. | Diego Elio Pettenò | 1 | -1/+0 | |
Python 3.4 lacks the `typing` module, which requires try/catch when importing, making type annotations more verbose than needed. At the time of writing, Debian oldstable has Python 3.5 available, so it sounds like a good default. | |||||
2019-07-30 | travis: add Python 3.8 to the list of versions to test. | Diego Elio Pettenò | 1 | -0/+1 | |
2018-11-16 | Travis: make dist xenial for python 3.7 support | Diego Elio Pettenò | 1 | -0/+2 | |
CC travis-ci/travis-ci#9815 | |||||
2018-11-16 | Travis: add Python 3.7 support. | Diego Elio Pettenò | 1 | -0/+1 | |
2017-12-30 | Run test and build on Travis CI | Muhammad Kaisar Arkhan | 1 | -0/+14 | |
Closes https://github.com/Flameeyes/glucometerutils/issues/35 |