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

Add CI for PyPy3.9 and PyPy3.10 #316

Merged
merged 3 commits into from
Feb 27, 2024

Conversation

elliotwutingfeng
Copy link
Contributor

@elliotwutingfeng elliotwutingfeng commented Jan 8, 2024

I have identified the cause of the erroneous CLI output from #314.

It was due to a rogue print statement that affects PyPy 3.9-v7.3.13 and PyPy 3.10-v7.3.13. This was fixed in v7.3.14.

GitHub Action's cached PyPy versions are still on v7.3.13 as of today because v7.3.14 is just 2 weeks old. This PR will be updated to remove the -v7.3.14 suffixes once the upstream cached versions are updated.

PyPy 3.8 is no longer supported upstream as of today.

@john-kurkowski
Copy link
Owner

Nice! Looking good. Looking forward to stripping those suffixes.

@elliotwutingfeng elliotwutingfeng marked this pull request as ready for review January 20, 2024 06:45
@john-kurkowski
Copy link
Owner

Thanks! 🙌

(And thanks for the patience. Didn't get a notification that this was no longer draft.)

@john-kurkowski john-kurkowski merged commit 4a4e0ec into john-kurkowski:master Feb 27, 2024
27 checks passed
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.

2 participants