We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57157ab commit 6fc1a8fCopy full SHA for 6fc1a8f
.travis.yml
@@ -6,7 +6,6 @@ python:
6
- "3.5"
7
- "3.6"
8
- "3.7"
9
- - "pypy3"
10
11
install:
12
- pip install tox tox-travis
setup.py
@@ -86,7 +86,7 @@ def run_tests(self):
86
install_requires=[
87
"six>=1.10.0,<2",
88
"graphql-core>=2.1,<3",
89
- "graphql-relay>=0.4.5,<1",
+ "graphql-relay>=2,<3",
90
"aniso8601>=3,<=6",
91
],
92
tests_require=tests_require,
0 commit comments