Skip to content

Commit 1a48f1b

Browse files
committed
Pin typing==3.7.4.1 for Python 3.3 compatiblity
1 parent c9f6c73 commit 1a48f1b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ matrix:
2626
sudo: required # required for Python 3.7 (travis-ci/travis-ci#9069)
2727

2828
install:
29+
- pip install typing==3.7.4.1 # required for Python 3.3
2930
- pip install tox==2.9.1
3031
- pip install virtualenv==15.2.0
3132
- pip install py==1.4.30

0 commit comments

Comments
 (0)