Skip to content

Commit 574a03d

Browse files
committed
fix required version
1 parent 10bbc31 commit 574a03d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

extensions/champion-dashboard/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"environment": {
1717
"python": {
18-
"requires": "~=3.12.0"
18+
"requires": ">=3.10"
1919
}
2020
},
2121
"extension": {

extensions/champion-dashboard/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "champion-dashboard"
33
version = "0.1.0"
44
description = "Add your description here"
55
readme = "README.md"
6-
requires-python = ">=3.11.3"
6+
requires-python = ">=3.10"
77
dependencies = [
88
"datetime>=6.0",
99
"posit-sdk>=0.12.1",

0 commit comments

Comments
 (0)