瀏覽代碼

add python version for development (#5186)

Khaleel Al-Adhami 2 周之前
父節點
當前提交
c66f4ccf06
共有 2 個文件被更改,包括 2 次插入1 次删除
  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:**
 **3. Install your local Reflex build:**
 
 
 ```bash
 ```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.**
 **4. Now create an examples folder so you can test the local Python build in this repository.**