Skip to content

Commit 46e1ed9

Browse files
Update Python version requirement from 3.8+ to 3.10+ (#1370)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: Alek Petuskey <[email protected]>
1 parent c3f6900 commit 46e1ed9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/getting_started/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ default_url = "http://localhost:3000"
88

99
# Installation
1010

11-
Reflex requires Python 3.8+.
11+
Reflex requires Python 3.10+.
1212

1313

1414
```md video https://youtube.com/embed/ITOZkzjtjUA?start=758&end=1206
@@ -183,4 +183,4 @@ Reflex prints logs to the terminal. To increase log verbosity to help with debug
183183
reflex run --loglevel debug
184184
```
185185

186-
Reflex will *hot reload* any code changes in real time when running in development mode. Your code edits will show up on [http://localhost:3000](http://localhost:3000) automatically.
186+
Reflex will *hot reload* any code changes in real time when running in development mode. Your code edits will show up on [http://localhost:3000](http://localhost:3000) automatically.

docs/hosting/deploy-with-github-actions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ github_actions_configs = [
3232
"name": "python_version",
3333
"description": "The Python version to use for the deployment environment.",
3434
"required": False,
35-
"default": "3.9"
35+
"default": "3.12"
3636
}
3737
]
3838
```
@@ -115,4 +115,4 @@ rx.table.root(
115115
),
116116
variant="surface",
117117
)
118-
```
118+
```

0 commit comments

Comments
 (0)