Skip to content

Commit f22aae4

Browse files
committed
Add a UV lockfile for reproducability
1 parent 5593fb2 commit f22aae4

2 files changed

Lines changed: 466 additions & 1 deletion

File tree

sphinx-ui/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@ authors = [
77
{ name = "Irfan Khan", email = "irfan.khan@quantinuum.com" }
88
]
99
readme = "README.md"
10+
requires-python = ">=3.11"
1011

1112
[tool.poetry.dependencies]
12-
python = "^3.10"
13+
python = "^3.11"
1314
furo = "^2024.5.6"
1415

1516
[tool.poetry]

0 commit comments

Comments
 (0)