From e67e03ca09df6f8014b47235560e1de8eb7252fe Mon Sep 17 00:00:00 2001 From: Hugo Date: Mon, 25 Nov 2019 12:28:58 +0200 Subject: Add support for Python 3.7 and 3.8 --- scripts/all-pythons | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/all-pythons b/scripts/all-pythons index fbc36c9..e5c28bb 100755 --- a/scripts/all-pythons +++ b/scripts/all-pythons @@ -89,5 +89,5 @@ def now(): if __name__ == '__main__': sys.path.append(ROOT) result = TestProtocolClient(sys.stdout) - for version in '2.7 3.4 3.5 3.6'.split(): + for version in '2.7 3.4 3.5 3.6 3.7 3.8'.split(): run_for_python(version, result, sys.argv[1:]) -- cgit v1.2.1