From 37cad6283530e161f7a0227170dba426788c0839 Mon Sep 17 00:00:00 2001 From: Lerking Date: Mon, 24 Feb 2025 07:19:43 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ae3e2aa..6d71c2e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # XtendR -A very basic python 3 extension system based on the K.I.S.S principle. +A very basic Python >= 3.12 extension system based on the K.I.S.S principle. I was in need of a new plugin system, which should meet these requirements: - Simple to use