Skip to content

Commit 87e8063

Browse files
authored
Update README.md (#218)
# Motivation <!-- Why is this change necessary? --> # Content <!-- Please include a summary of the change --> # Testing <!-- How was the change tested? --> # Please check the following before marking your PR as ready for review - [ ] I have added tests for my changes - [ ] I have updated the documentation or added new documentation as needed - [ ] I have read and agree to the [Contributor License Agreement](/codegen-sh/codegen-sdk/blob/develop/CLA.md)
1 parent 78411e4 commit 87e8063

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ for function in codebase.functions:
4242
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.
4343

4444
## Installation and Usage
45-
This library requires **Python 3.12 – 3.13**. Currently, Codegen only supports macOS.
45+
This library requires **Python 3.12 – 3.13**.
4646

4747
```
4848
# Install inside existing project

0 commit comments

Comments
 (0)