Add Python 3.10 wheels for additional platforms#1373
Add Python 3.10 wheels for additional platforms#1373jorisvandenbossche merged 1 commit intoshapely:mainfrom
Conversation
|
Not sure why tests are failing... |
Pull Request Test Coverage Report for Build 2234197905
💛 - Coveralls |
|
This is the line that causes the failure: shapely/.github/workflows/release.yml Line 135 in fc55006 (arm64 macos-10.15 does not fail due to message "Warning: While arm64 wheels can be built on x86_64, they cannot be tested. The ability to test the arm64 wheels will be added in a future release of cibuildwheel, once Apple Silicon CI runners are widely available.") This line should probably just |
|
Yeah, there is actually a PR that is fixing up the wheel building the main branch (and eg is fixing that pytest invocation): #1253. I will try to get that merged first. |
|
@adamjstewart I merged #1253, so you should be able to update this. |
05ea1b2 to
c80fac5
Compare
|
Alright, GitHub Actions now passes! Travis CI is still failing, but it's also failing on main. |
Forward-port of #1367
@jorisvandenbossche