Skip to content

Commit 1ea4aef

Browse files
committed
fix CI on py3.4
1 parent 77cabc0 commit 1ea4aef

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

build-requirements-3.4.txt

+1
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ hypothesis
44
pytest>=4.6.0
55
PyYAML<5.3
66
coverage
7+
attrs<21

tox.ini

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ deps =
1010
py{33}: hypothesis<3.44
1111
py{26}: unittest2
1212
py{26}: hypothesis<3
13+
py{34}: attrs<21
1314
py{26,27,34,35,36,37,38,39,py,py3}: pytest
1415
py{27,34,35,36,37,38,39,py,py3}: hypothesis
1516
gmpy2py{27,39}: gmpy2

0 commit comments

Comments
 (0)