Closed mgorny closed 3 years ago
I've also attempted enabling GHA testing on 3.10.
Looks like we need to install the wheel package to make sure building works.
Yeah, I'm guessing this is because either some of the low-level stuff (pip?) or GHA hasn't been yet all synced for 3.10 deprecations.
Windows seems to be unhappy but I don't really know how to fix it.
Let's exclude it for now. Linux and macOS pass, which is a good indication :-)
I think you can add a "excludes" section to the build matrix to skip 3.10 on Windows.
Let's try that but I think the wheel install stage could be causing the hangs on 3.8/3.9 jobs too.
Not sure why Windows is getting stuck on Python 3.8/3.9 but that's not related to your PR. Merged!
Fixes #95