Commit d170700
fix: sync pyproject.toml max/mojo versions with pixi.toml (#241)
pyproject.toml was pinned to max==26.1.0.dev2026010820 (January 2026)
while pixi.toml targets max==26.3.0.dev2026033105 (March 2026). The
January build introduced a breaking change where def implicitly gained
raises semantics, causing parse errors across all puzzle files. The
March build resolved this, making the original code correct again.
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 19dfa37 commit d170700
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
| 7 | + | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments