Skip to content

Commit 5b5479a

Browse files
committed
Update Python version requirement to >=3.11 in pyproject.toml
1 parent 9370a22 commit 5b5479a

File tree

2 files changed

+119
-2
lines changed

2 files changed

+119
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "reflex-ui"
33
version = "0.0.1"
44
description = "A set of reusable components built on top of Base UI and Tailwind, designed for use across any Reflex project"
55
readme = "README.md"
6-
requires-python = ">=3.12"
6+
requires-python = ">=3.11"
77
dependencies = ["reflex (>=0.8.0)"]
88

99
[build-system]

0 commit comments

Comments
 (0)