@@ -22,9 +22,10 @@ def run_tests(self):
22
22
errno = pytest .main (self .pytest_args )
23
23
sys .exit (errno )
24
24
25
+
25
26
setup (
26
27
name = 'graphql-relay' ,
27
- version = '0.4.5 ' ,
28
+ version = '0.5.0 ' ,
28
29
29
30
description = 'Relay implementation for Python' ,
30
31
long_description = open ('README.rst' ).read (),
@@ -43,9 +44,10 @@ def run_tests(self):
43
44
'Programming Language :: Python :: 2' ,
44
45
'Programming Language :: Python :: 2.7' ,
45
46
'Programming Language :: Python :: 3' ,
46
- 'Programming Language :: Python :: 3.3' ,
47
- 'Programming Language :: Python :: 3.4' ,
48
47
'Programming Language :: Python :: 3.5' ,
48
+ 'Programming Language :: Python :: 3.6' ,
49
+ 'Programming Language :: Python :: 3.7' ,
50
+ 'Programming Language :: Python :: 3.8' ,
49
51
'Programming Language :: Python :: Implementation :: PyPy' ,
50
52
],
51
53
@@ -58,7 +60,7 @@ def run_tests(self):
58
60
'graphql-core>=0.5.0,<2' ,
59
61
'promise>=0.4.0'
60
62
],
61
- tests_require = ['pytest>=2.7.2 ' ],
63
+ tests_require = ['pytest>=3,<4 ' ],
62
64
extras_require = {
63
65
},
64
66
0 commit comments