Knio / dominate

Dominate is a Python library for creating and manipulating HTML documents using an elegant DOM API. It allows you to write HTML pages in pure Python very concisely, which eliminate the need to learn another template language, and to take advantage of the more powerful features of Python.
GNU Lesser General Public License v3.0
1.72k stars 108 forks source link

Add support for Python 3.7 #104

Closed hugovk closed 6 years ago

hugovk commented 6 years ago

A little workaround is needed for Travis CI, as 3.7 needs Xenial and sudo. See https://github.com/travis-ci/travis-ci/issues/9815 for more info.

Also add python_requires to help pip know which version to install.

My last PR for now :)

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 96.682% when pulling d22c6ef32d5644970b50c63a0e36953709944b84 on hugovk:add-3.7 into 9778bb154138368087e308bf0a6f8a9d9890a915 on Knio:master.