From ab8bb354afdecb5da53f2813023aeb7e6aa5bf5b Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Wed, 10 Feb 2021 10:36:33 +0100 Subject: [PATCH] Don't point out Jython --- points.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/points.yml b/points.yml index e194183..f5e46ea 100644 --- a/points.yml +++ b/points.yml @@ -14,7 +14,7 @@ - name: All the Pythons content: | Fedora repositories include many versions of Python: CPython in multiple - 3.X and 2.X versions, PyPy 2 and 3, Jython and even MicroPython. + 3.X and 2.X versions, PyPy 2 and 3 and even MicroPython. Testing Python code on different interpreters has never been easier. You can `sudo dnf install` the Python you need, or you can install a bunch of them