From b366ff70d0498dd6a830cf525fe9d35c7ee287a9 Mon Sep 17 00:00:00 2001 From: Joel Aguero Date: Thu, 30 Jan 2025 11:04:15 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d01353fb..c9fbd7ac5 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ for function in codebase.functions: Write code that transforms code. Codegen combines the parsing power of [Tree-sitter](https://tree-sitter.github.io/tree-sitter/) with the graph algorithms of [rustworkx](https://github.com/Qiskit/rustworkx) to enable scriptable, multi-language code manipulation at scale. ## Installation and Usage -This library requires **Python 3.12 – 3.13**. Currently, Codegen only supports macOS. +This library requires **Python 3.12 – 3.13**. ``` # Install inside existing project