diff --git a/.python-version b/.python-version new file mode 100644 index 00000000000..3a4f41ef34a --- /dev/null +++ b/.python-version @@ -0,0 +1 @@ +3.13 \ No newline at end of file diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f4d5e42712b..f5213449129 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -23,7 +23,7 @@ cd reflex **3. Install your local Reflex build:** ```bash -uv sync --python 3.13 +uv sync ``` **4. Now create an examples folder so you can test the local Python build in this repository.**