| Index: third_party/typ/setup.py
|
| diff --git a/third_party/typ/setup.py b/third_party/typ/setup.py
|
| index f03f444f13d5514a5e920fc557a156f679f69a37..2886c1878b2709c97a96505f4d66699072701abe 100644
|
| --- a/third_party/typ/setup.py
|
| +++ b/third_party/typ/setup.py
|
| @@ -47,13 +47,13 @@ setup(
|
| url='https://github.com/dpranke/typ',
|
| license='Apache',
|
| classifiers=[
|
| - 'Development Status :: 3 - Alpha',
|
| + 'Development Status :: 4 - Beta',
|
| 'Intended Audience :: Developers',
|
| 'License :: OSI Approved :: Apache Software License',
|
| 'Programming Language :: Python :: 2',
|
| 'Programming Language :: Python :: 2.7',
|
| 'Programming Language :: Python :: 3',
|
| - 'Programming Language :: Python :: 3.5',
|
| + 'Programming Language :: Python :: 3.6',
|
| 'Topic :: Software Development :: Testing',
|
| ],
|
| )
|
|
|