Skip to content

Commit 6fc1a8f

Browse files
authored
Upgrade graphql-relay (#1032)
* Upgrade graphql-relay * Remove pypy3 test
1 parent 57157ab commit 6fc1a8f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ python:
66
- "3.5"
77
- "3.6"
88
- "3.7"
9-
- "pypy3"
109

1110
install:
1211
- pip install tox tox-travis

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def run_tests(self):
8686
install_requires=[
8787
"six>=1.10.0,<2",
8888
"graphql-core>=2.1,<3",
89-
"graphql-relay>=0.4.5,<1",
89+
"graphql-relay>=2,<3",
9090
"aniso8601>=3,<=6",
9191
],
9292
tests_require=tests_require,

0 commit comments

Comments
 (0)