Skip to content

Conversation

paugier
Copy link
Owner

@paugier paugier commented May 14, 2025

No description provided.

strategy:
max-parallel: 5
matrix:
python-version: ['3.8', '3.9', '3.10', 'pypy-3.7-nightly']
Copy link
Contributor

Choose a reason for hiding this comment

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

That version of PyPy is no longer supported.

Suggested change
python-version: ['3.8', '3.9', '3.10', 'pypy-3.7-nightly']
python-version: ['3.8', '3.9', '3.10', 'pypy-3.11-nightly']

Copy link
Owner Author

Choose a reason for hiding this comment

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

I didn't update this old file and I will try to fix that.


- name: Install dependencies
run: |
pip install numpy cython pytest transonic pythran
Copy link
Contributor

Choose a reason for hiding this comment

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

Pythran does not work with PyPy.

Copy link
Contributor

Choose a reason for hiding this comment

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

Ahh, maybe it does somewhat. At least it passes some tests https://github.com/pypy/binary-testing/actions/runs/14425922168

Copy link
Owner Author

Choose a reason for hiding this comment

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

At least on Linux, Pythran and PyPy are compatible. It works well at home and I'm confident that I'll be able to fix the CI.

@paugier paugier force-pushed the microbench_loop_sum branch 2 times, most recently from 631d1d8 to 010d2ad Compare May 14, 2025 09:36
@paugier
Copy link
Owner Author

paugier commented May 14, 2025

I close because I think it's better to use https://github.com/hpyproject/piconumpy and I opened hpyproject#9

@paugier paugier closed this May 14, 2025
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