Commit 30360ba
authored
fix(ci): pin cryptography<49 (#1261)
The x86 (32-bit) job was failing at 'Install dependencies' because
cryptography>=49 (and some other packages) lack cp314-win32 wheels for
Python 3.14.
- Pin cryptography>=46.0.0,<49 directly in pyproject.toml1 parent 9ab8b45 commit 30360ba
2 files changed
Lines changed: 52 additions & 46 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
0 commit comments