Skip to content

Commit 988a501

Browse files
abhizipstackclaude
andcommitted
fix: use Python 3.10 in Minimal Tests — matches pyproject.toml constraint
backend/pyproject.toml requires >=3.10, <3.11.1. Python 3.11 (3.11.15) is incompatible. Use 3.10 to match the project constraint. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent a37c3b6 commit 988a501

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/core-backend-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
fail-fast: true
2424
matrix:
25-
python-version: ["3.11"]
25+
python-version: ["3.10"]
2626
defaults:
2727
run:
2828
working-directory: backend

0 commit comments

Comments
 (0)