Skip to content

Commit 33860e0

Browse files
authored
Update platform support (#216)
# 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 25240ec commit 33860e0

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/pull_request_template.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,3 @@
99

1010
- [ ] I have added tests for my changes
1111
- [ ] I have updated the documentation or added new documentation as needed
12-
- [ ] I have read and agree to the [Contributor License Agreement](/codegen-sh/codegen-sdk/blob/develop/CLA.md)

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,14 @@ 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**.
45+
We support
46+
47+
- Running Codegen in Python 3.12 – 3.13
48+
- macOS and Linux
49+
- We develop on macOS but our testing and production environments are Linux
50+
- Windows is not supported
51+
- Python, Typescript, Javascript and React codebases
52+
4653

4754
```
4855
# Install inside existing project

0 commit comments

Comments
 (0)