-
-
Notifications
You must be signed in to change notification settings - Fork 59
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 against Python 3.11 #399
Conversation
Codecov Report
@@ Coverage Diff @@
## master #399 +/- ##
==========================================
Coverage 100.00% 100.00%
==========================================
Files 20 10 -10
Lines 1732 1298 -434
==========================================
- Hits 1732 1298 -434
|
https://github.com/python/bedevere/runs/4970978318?check_suite_focus=true#step:6:259
Where should I file this bug? Is this CPython? |
It's failing to build two dependencies: aiohttp and yarl. aiohttp
yarl
|
These fail due to the same thing: There's already an issue for aiohttp: Says that it's a Cython issue that's been fixed and released, and that aiohttp needs to update Cython and make a new release. And for yarl, but closed saying it needs reporting to Cython: Here's the Cython issue: Fixed by this PR: Possible workarounds?
|
* Allow testing feature branches, enable manual trigger and add colour to logs * Workaround for Python 3.11 * Remove unused deadsnakes/action * Bump actions to v3 * Bump actions/cache to v3
No description provided.