From df9990c69269c772a5d345501ca3eeaf19a604e3 Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Thu, 25 Jul 2024 13:54:31 -0700 Subject: [PATCH] add python 3.12 unsupported note --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9b4ec9c..923fde3 100644 --- a/README.md +++ b/README.md @@ -210,6 +210,8 @@ OTHER: ## INSTALL FROM SOURCE +Note: Python 3.12+ is unsupported, please use Python 3.11. https://github.com/ciromattia/kcc/issues/618 + This section is for developers who want to contribute to KCC or power users who want to run the latest code without waiting for an official release. Easiest to use [GitHub Desktop](https://desktop.github.com) to clone the KCC repo. From GitHub Desktop, click on `Repository` in the toolbar, then `Command Prompt` (Windows)/`Terminal` (Mac) to open a window in the KCC repo.