From 58bcc2cdae5911dd67195864e1b95acda0287c18 Mon Sep 17 00:00:00 2001
From: dgelessus <dgelessus@users.noreply.github.com>
Date: Mon, 4 May 2020 12:23:54 +0200
Subject: [PATCH] Mention Java 14 compatibility in README

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index cd032fc..7c16c53 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ See the [requirements](#requirements) and [installation instructions](#installat
 ## Requirements
 
 * Java 8 or newer
-	* Tested up to Java 11.
+	* Tested up to Java 14.
 * A Python 3 interpeter with Jupyter installed (`python3 -m pip install jupyter`)
 	* Tested with CPython 3.6, jupyter-core 4.4.0, jupyter-client 5.2.3, notebook 5.6.0.
 	* Newer Jupyter versions should also work.
-- 
GitLab