Commit b19c2ad
Bump minimum numpy to 2.2.6 (#201)
* Bump minimum numpy to 2.2.6
This version solves the build error with Python 3.13 (and the associated failing test) while maintaining compatibility with Python 3.10.
* Use explicit version requirements for numpy
* Add documentation explaining test_zip_properties fix history
Document that this test was previously skipped for Python 3.13 due to
numpy private API usage in check_numpy(), and reference commit 50e206b
which fixed the issue by switching to public numpy.lib.format APIs.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
---------
Co-authored-by: Dan Guido <dan@trailofbits.com>
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>1 parent cd54389 commit b19c2ad
3 files changed
+75
-52
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
36 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
309 | 309 | | |
310 | 310 | | |
311 | 311 | | |
312 | | - | |
| 312 | + | |
| 313 | + | |
313 | 314 | | |
314 | 315 | | |
315 | 316 | | |
| |||
0 commit comments