Skip to content
This repository was archived by the owner on May 21, 2025. It is now read-only.

Commit 098c82b

Browse files
committed
Only install on 3.7 because pypy is 3.6 and uses typed-ast
1 parent 08b0988 commit 098c82b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ pytest>=3.6.0
55
pytest-cov
66
funcsigs
77
requests
8-
black ; python_version >= '3.6'
8+
black ; python_version >= '3.7'

0 commit comments

Comments
 (0)