Skip to content
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

Skip tests failing on Python 3.12 pending greenlet support #264

Closed
wants to merge 4 commits into from

Conversation

hugovk
Copy link
Member

@hugovk hugovk commented Feb 5, 2023

Fixes #263.

Alternative to and closes #259.

At the moment the 3.12-dev builds are failing, causing every build to show as failed.

It's failing because greenlet doesn't yet support 3.12. The tracking issue is at python-greenlet/greenlet#323 and there's a PR at python-greenlet/greenlet#327 but it's not ready yet.

In the meantime, let's skip the two tests when greenlet isn't available.


Also bump GitHub Actions, allow building feature branches, and we can fold the PyPy config into the main list. workflow_dispatch adds a button to the UI to be able to trigger new builds, occasionally useful.

And remove pypy3.7, the newest PyPy only supports 3.8 and 3.9:

@hugovk
Copy link
Member Author

hugovk commented Apr 20, 2023

Closed in favour of #274 👍

@hugovk hugovk closed this Apr 20, 2023
@hugovk hugovk deleted the skip-greenlet branch April 20, 2023 22:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tests fail with Python 3.12
2 participants