Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(205)

Unified Diff: third_party/typ/setup.py

Issue 3017623002: Roll typ to the latest version
Patch Set: Created 3 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/typ/README.chromium ('k') | third_party/typ/typ/arg_parser.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
],
)
« no previous file with comments | « third_party/typ/README.chromium ('k') | third_party/typ/typ/arg_parser.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698