Commit dbf965c
committed
fix(smol): downgrade Python to 3.12 for gyp compatibility
Python 3.13 has hashlib.md5() breaking changes that cause gyp to fail:
TypeError: Strings must be encoded before hashing
Python 3.12 is the recommended version per Node.js BUILDING.md.1 parent fbc244a commit dbf965c
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
345 | 345 | | |
346 | 346 | | |
347 | 347 | | |
348 | | - | |
| 348 | + | |
| 349 | + | |
349 | 350 | | |
350 | 351 | | |
351 | 352 | | |
| |||
0 commit comments