mirror of
https://github.com/graphql-python/graphene.git
synced 2025-07-29 01:09:47 +03:00
Add python3.6 classifier to setup.py
This commit is contained in:
parent
1b3e7f3b96
commit
e60290896a
1
setup.py
1
setup.py
|
@ -79,6 +79,7 @@ setup(
|
||||||
'Programming Language :: Python :: 3.3',
|
'Programming Language :: Python :: 3.3',
|
||||||
'Programming Language :: Python :: 3.4',
|
'Programming Language :: Python :: 3.4',
|
||||||
'Programming Language :: Python :: 3.5',
|
'Programming Language :: Python :: 3.5',
|
||||||
|
'Programming Language :: Python :: 3.6',
|
||||||
'Programming Language :: Python :: Implementation :: PyPy',
|
'Programming Language :: Python :: Implementation :: PyPy',
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user