From cabee7a964169b62b59c7eedc370a61eaac6befa Mon Sep 17 00:00:00 2001 From: parrt Date: Thu, 8 Nov 2018 12:59:53 -0800 Subject: [PATCH] tweak --- doc/antlr-project-testing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/antlr-project-testing.md b/doc/antlr-project-testing.md index 335f2da2b..1ff46aae9 100644 --- a/doc/antlr-project-testing.md +++ b/doc/antlr-project-testing.md @@ -42,9 +42,9 @@ In order to perform the tests on all target languages, you need to have the foll * `mono` (e.g., `brew install mono`) on non-Windows boxes (on Windows it uses the Microsoft .net stack). Also must [`xbuild` the runtime](https://github.com/antlr/antlr4/blob/master/doc/releasing-antlr.md) before tests will run; see below * `nodejs` * Python 2.7 -* Python 3.5 +* Python 3.6 * Go -* Swift 3 (via XCode 8.x) tested currently only osx +* Swift 4 (via XCode 10.x) tested currently only osx * clang (for C++ target) * To **install into local repository** `~/.m2/repository/org/antlr`, do this: