Commit ef05cb2
authored
Pin CI Python to 3.13 to match Pipfile.lock (#179)
The PyTest workflow requests python-version: "3.x", which now resolves to
CPython 3.14. Pipfile.lock pins scipy==1.15.3, whose newest wheels are
cp313, so pip falls back to building scipy from its sdist. That build
needs OpenBLAS, which ubuntu-latest does not provide, and 'make setup-dev'
fails before any test runs.
Pinning to 3.13 is the newest interpreter the current lockfile resolves
against: scipy, numpy, pandas and shapely all publish cp313 manylinux
wheels, and the one sdist-only dependency (turfpy 0.0.7) is pure Python.
The publish workflow runs the same pipenv install against the same
lockfile, so it is pinned identically.1 parent 28f36b6 commit ef05cb2
2 files changed
Lines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
23 | 25 | | |
24 | 26 | | |
25 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
20 | 23 | | |
21 | 24 | | |
22 | 25 | | |
| |||
0 commit comments