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 pypy to ci checks #505

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

add pypy to ci checks #505

wants to merge 1 commit into from

Conversation

pacrob
Copy link
Member

@pacrob pacrob commented Feb 17, 2025

What was wrong?

Checking for pypy compatibility was requested in a recent call.

How was it fixed?

Added checks for pypy3.9 and pypy3.10 to CI. pypy3.11 does not build correctly, due to what appears to be a dependency on pyo3 via the cryptography library.

--- stderr
error: the configured PyPy interpreter version (3.11) is newer than PyO3's maximum supported version (3.10)

To-Do

  • Clean up commit history
  • Add or update documentation related to these changes
  • Add entry to the release notes

Cute Animal Picture

image

@pacrob pacrob requested review from seetadev and dhuseby and removed request for seetadev and dhuseby February 17, 2025 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.

1 participant