From c1f6e3b0bd1d9b2b41b0605bd25df57dfa27e56c Mon Sep 17 00:00:00 2001 From: Rui Carmo Date: Mon, 16 Jan 2023 23:50:41 +0000 Subject: [PATCH] Lay the ground to adopt #262 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a40ea31..0fa3bad 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ **`piku` is considered STABLE**. It is actively maintained, but "actively" here means the feature set is pretty much done, so it is only updated when new language runtimes are added or reproducible bugs crop up. -It currently requires Python 3.5 or above, but will move to require 3.8+ sometime in early 2023 since that is now the baseline Python 3 version in Ubuntu LTS 20.04 and Debian 11 has already moved on to 3.9. +It is currently being refactored to require Python 3.7 or above, since even though 3.8+ is now the baseline Python 3 version in Ubuntu LTS 20.04 and Debian 11 has already moved on to 3.9, there are no substantial differences between those versions. ## Deprecation Notices