From aa4878a886968911f01578857c3f9c2b53ecbf40 Mon Sep 17 00:00:00 2001 From: David Bold Date: Tue, 21 Oct 2025 11:00:37 +0200 Subject: [PATCH 1/2] python 2 is gone --- points.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/points.yml b/points.yml index cd570ef..8864443 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 and even MicroPython. + 3.X versions, PyPy 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 From 7bdf09b63c1aa477f23172a4f5fb4a9235b50457 Mon Sep 17 00:00:00 2001 From: David Bold Date: Wed, 22 Oct 2025 09:04:01 +0200 Subject: [PATCH 2/2] pypy 2 is still there --- points.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/points.yml b/points.yml index 8864443..dd0deba 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 versions, PyPy 3 and even MicroPython. + 3.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