Browse Source

add python version for development (#5186)

Khaleel Al-Adhami 2 weeks ago
parent
commit
c66f4ccf06
2 changed files with 2 additions and 1 deletions
  1. 1 0
      .python-version
  2. 1 1
      CONTRIBUTING.md

+ 1 - 0
.python-version

@@ -0,0 +1 @@
+3.13

+ 1 - 1
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.**