From ed21eded46ced27c4c3aee95029a4c3f66f58900 Mon Sep 17 00:00:00 2001 From: zhurong Date: Tue, 7 Apr 2020 04:48:25 -0700 Subject: [PATCH] Update git submodules * Update yaql from branch 'master' - Cleanup py27 support Make a few cleanups: - Remove python 2.7 stanza from setup.py - Add requires on python >= 3.6 to setup.cfg so that pypi and pip know about the requirement - Remove obsolete sections from setup.cfg: * Wheel is not needed for python 3 only repo * Some other sections are obsolete - Update classifiers - Update requirements, no need for python_version anymore Change-Id: I4b236a3b85f37358ff44a8063dfec1e4d10c036a --- yaql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yaql b/yaql index 730b701d79..e1eedff1e0 160000 --- a/yaql +++ b/yaql @@ -1 +1 @@ -Subproject commit 730b701d7998d826944287a26d3bc4f9315cc568 +Subproject commit e1eedff1e04f0cb1e02fca5b0e0f345823098f68