Closed clbarnes closed 10 months ago
I've rolled back adding 3.11 and 3.12 for now just to prove that the build can work.
The python 3.12 build is failing because cloudvolume depends on compresso, which has a build process which relies on numpy but doesn't have a pyproject.toml to specify that. There's a PR for that here: https://github.com/seung-lab/compresso/pull/12
Can leave 3.12 for now.
Updating the test matrix, we'll see what falls out...
Updates one-off workflows (e.g. deploy) to use 3.10, and updates the test matrix otherwise.
Also reformats some YAML, unfortunately.