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

Improve PyPy coverage in CI & Note supported Python versions in README #1159

Merged
merged 2 commits into from
Mar 8, 2022

Conversation

neiljp
Copy link
Collaborator

@neiljp neiljp commented Mar 4, 2022

What does this PR do?

We currently test PyPy 3.6-3.8; the first commit adds PyPy 3.9. Since it doesn't always have an lxml wheel available, these are installed manually in all cases of PyPy.

Given that supported Python versions are not clear from the icons or even setup.py exactly, a section is added to the README to note this, as well as a reference to #1145.

Tested?

  • Manually
  • Existing tests (adapted, if necessary)

neiljp added 2 commits March 3, 2022 22:46
There is no lxml wheel for all versions of PyPy, which previously
required installing build dependencies for PyPy 3.6 only. PyPy 3.9 also
does not have a wheel (yet), so to simplify we install the build
dependencies on all PyPy versions.
@neiljp neiljp added area: documentation Requires changes in documentation area: infrastructure Project infrastructure labels Mar 4, 2022
@neiljp neiljp added this to the Next Release milestone Mar 4, 2022
@zulipbot zulipbot added the size: S [Automatic label added by zulipbot] label Mar 4, 2022
@neiljp neiljp merged commit a03ae75 into zulip:main Mar 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: documentation Requires changes in documentation area: infrastructure Project infrastructure size: S [Automatic label added by zulipbot]
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants