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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

pypy: support PyPy 3.7 #1538

Merged
merged 1 commit into from Apr 3, 2021
Merged

pypy: support PyPy 3.7 #1538

merged 1 commit into from Apr 3, 2021

Conversation

davidhewitt
Copy link
Member

@davidhewitt davidhewitt commented Apr 2, 2021

The next PyPy version will not include Python 3.6, so we should get ready to upgrade.

Fingers crossed things just work 馃

@davidhewitt davidhewitt force-pushed the pypy-3.7 branch 5 times, most recently from 0bc4915 to aa6c821 Compare April 2, 2021 10:15
@@ -129,7 +132,7 @@ jobs:
- name: Install python test dependencies
run: |
python -m pip install -U pip setuptools
pip install setuptools-rust pytest pytest-benchmark tox tox-venv
pip install setuptools-rust pytest pytest-benchmark tox
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I removed tox-venv because it caused issues with PyPy 3.7 on windows, and according to its repository it's deprecated anyway.

Copy link
Member

@messense messense left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

馃帀

@davidhewitt davidhewitt merged commit b7b9f55 into PyO3:main Apr 3, 2021
@davidhewitt davidhewitt deleted the pypy-3.7 branch April 3, 2021 06:03
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.

None yet

2 participants