Skip to content

Commit 615ea0b

Browse files
authored
fix: add missing python3 >=3.8 version constraint in figma-starter catalog entry
Assisted-by: GitHub Copilot (model: claude-sonnet-4.5, autonomous)
1 parent d85851a commit 615ea0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/catalog.community.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1312,7 +1312,7 @@
13121312
"requires": {
13131313
"speckit_version": ">=0.1.0",
13141314
"tools": [
1315-
{ "name": "python3", "required": true }
1315+
{ "name": "python3", "version": ">=3.8", "required": true }
13161316
]
13171317
},
13181318
"provides": {

0 commit comments

Comments
 (0)