Skip to content

Commit 656e09f

Browse files
Install Python 3.11 for the format job to match nox session requirement
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 0e96ef7 commit 656e09f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ jobs:
4747
submodules: recursive
4848
- uses: actions/setup-python@v6
4949
with:
50-
python-version: "3.13"
50+
python-version: |
51+
3.11
52+
3.13
5153
- run: pip install nox
5254
- run: nox -s format

0 commit comments

Comments
 (0)