@@ -22,9 +22,10 @@ def run_tests(self):
2222 errno = pytest .main (self .pytest_args )
2323 sys .exit (errno )
2424
25+
2526setup (
2627 name = 'graphql-relay' ,
27- version = '0.4.5 ' ,
28+ version = '0.5.0 ' ,
2829
2930 description = 'Relay implementation for Python' ,
3031 long_description = open ('README.rst' ).read (),
@@ -43,9 +44,10 @@ def run_tests(self):
4344 'Programming Language :: Python :: 2' ,
4445 'Programming Language :: Python :: 2.7' ,
4546 'Programming Language :: Python :: 3' ,
46- 'Programming Language :: Python :: 3.3' ,
47- 'Programming Language :: Python :: 3.4' ,
4847 'Programming Language :: Python :: 3.5' ,
48+ 'Programming Language :: Python :: 3.6' ,
49+ 'Programming Language :: Python :: 3.7' ,
50+ 'Programming Language :: Python :: 3.8' ,
4951 'Programming Language :: Python :: Implementation :: PyPy' ,
5052 ],
5153
@@ -58,7 +60,7 @@ def run_tests(self):
5860 'graphql-core>=0.5.0,<2' ,
5961 'promise>=0.4.0'
6062 ],
61- tests_require = ['pytest>=2.7.2 ' ],
63+ tests_require = ['pytest>=3,<4 ' ],
6264 extras_require = {
6365 },
6466
0 commit comments