We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f91644a commit 0d19bafCopy full SHA for 0d19baf
README.md
@@ -20,7 +20,7 @@ powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | ie
20
21
### Installation for users
22
23
-Use python3.10, 3.11 or 3.12. We recommend [VSCode](https://code.visualstudio.com/) as an IDE.
+Use python 3.11, 3.12 or 3.13. We recommend [VSCode](https://code.visualstudio.com/) as an IDE.
24
25
```
26
uv pip install cspdk --upgrade
@@ -36,7 +36,7 @@ Then you can install with:
36
```bash
37
git clone https://github.com/gdsfactory/cspdk.git
38
cd cspdk
39
-uv venv --python 3.11
+uv venv --python 3.12
40
uv sync --extra docs --extra dev
41
42
0 commit comments