Skip to content

Commit 1bf7903

Browse files
committed
Updated Python versions in setup
1 parent 1b15d12 commit 1bf7903

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

setup.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@ def run_tests(self):
4141
'Intended Audience :: Developers',
4242
'Topic :: Software Development :: Libraries',
4343
'Programming Language :: Python :: 2',
44+
'Programming Language :: Python :: 2.7',
45+
'Programming Language :: Python :: 3',
46+
'Programming Language :: Python :: 3.3',
47+
'Programming Language :: Python :: 3.4',
48+
'Programming Language :: Python :: 3.5',
49+
'Programming Language :: Python :: Implementation :: PyPy',
4450
],
4551

4652
keywords='api graphql protocol rest relay',

0 commit comments

Comments
 (0)