From a8dc08a11182632ad6fb93af95958c95a09195bd Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Tue, 1 Jul 2025 11:47:11 +0900 Subject: Fix flit version requirement Flit 3.12 is needed for the full suppport of license expressions. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 06c7b37..6d737be 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Installing from source should only be considered as a last resort; if you are capable of doing so, please also package scadere for your distribution. -Scadere requires Python 3.11 or above, and uses [flit] 3.11 or above +Scadere requires Python 3.11 or later, and uses [flit] 3.12 or above as the PEP 517 build backend. Installation can be done with `flit install` or `pip install .`. -- cgit 1.4.1