We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10997e9 commit 4035c1cCopy full SHA for 4035c1c
.python-version
@@ -1 +1 @@
1
-3.6.5
+3.7.1
.travis.yml
@@ -1,6 +1,6 @@
language: python
2
python:
3
- - "3.6.5"
+ - "3.7.1"
4
# command to install dependencies
5
install: "pip install -r requirements-dev.txt"
6
# command to run tests
requirements.txt
@@ -2,6 +2,6 @@ Markdown==2.6.11
beautifulsoup4==4.4.1
cssutils==1.0.1
inlinestyler==0.2.1
-lxml==3.5
+lxml>=3.5,<=4.2.5
pystache==0.5.4
7
parse==1.8.2
setup.py
@@ -1,7 +1,7 @@
import os
from setuptools import setup, find_packages
-version = '0.3.1'
+version = '0.3.2'
def read(f):
0 commit comments