We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10bbc31 commit 574a03dCopy full SHA for 574a03d
extensions/champion-dashboard/manifest.json
@@ -15,7 +15,7 @@
15
},
16
"environment": {
17
"python": {
18
- "requires": "~=3.12.0"
+ "requires": ">=3.10"
19
}
20
21
"extension": {
extensions/champion-dashboard/pyproject.toml
@@ -3,7 +3,7 @@ name = "champion-dashboard"
3
version = "0.1.0"
4
description = "Add your description here"
5
readme = "README.md"
6
-requires-python = ">=3.11.3"
+requires-python = ">=3.10"
7
dependencies = [
8
"datetime>=6.0",
9
"posit-sdk>=0.12.1",
0 commit comments