-
-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test CI on Python 3.11 beta #298
Conversation
@dstansby could you rebase this and update it to use rc1? |
Well we have a "real" error now, but it's inside compiling pyyaml 🤦 |
Once astropy/astropy#13614 is merged we should be able to come back to this. |
3c485c4
to
ea3c929
Compare
I have had to exclude sunpy from the test deps as aiohttp wont build on 3.11 yet. |
The wheel builds now include Python 3.11, which is failing with the same error that aiohttp had: aio-libs/aiohttp#6600 |
Codecov Report
@@ Coverage Diff @@
## main #298 +/- ##
==========================================
- Coverage 95.13% 92.27% -2.87%
==========================================
Files 23 23
Lines 699 699
==========================================
- Hits 665 645 -20
- Misses 34 54 +20
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Test CI on Python 3.11 beta
See #297 - hopefully this will confirm or not whether building reproject works on Python 3.11