From 1337ad7fe30e88d801c81e2ca176621d37bc128f Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Wed, 28 Aug 2024 14:32:23 -0700 Subject: [PATCH] Python 3.12 supported --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 9bf0de5..0f96a1f 100644 --- a/README.md +++ b/README.md @@ -210,8 +210,6 @@ 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.