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

ci: add more versions of numpy/scipy/pypy #4714

Merged
merged 7 commits into from
Nov 16, 2023

Conversation

henryiii
Copy link
Collaborator

Signed-off-by: Henry Schreiner henryschreineriii@gmail.com

Description

Adding some extra testing. Hoping to manage with only binary.

Suggested changelog entry:

* Test on PyPy 3.10

Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
tests/requirements.txt Outdated Show resolved Hide resolved
tests/requirements.txt Outdated Show resolved Hide resolved
Copy link
Collaborator

@rwgk rwgk left a comment

Choose a reason for hiding this comment

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

Just curious: is ~= a new feature?

@henryiii henryiii marked this pull request as ready for review November 16, 2023 05:51
@henryiii henryiii merged commit 6831666 into pybind:master Nov 16, 2023
84 checks passed
@henryiii henryiii deleted the henryiii/ci/numsciup branch November 16, 2023 05:52
@github-actions github-actions bot added the needs changelog Possibly needs a changelog entry label Nov 16, 2023
@henryiii
Copy link
Collaborator Author

No, it’s been around since the beginning. It means let the final digit get larger. So ~=1.2 would be >=1.2,<2 and ~=1.2.0 would be >=1.2,<1.3.

@henryiii henryiii removed the needs changelog Possibly needs a changelog entry label Mar 27, 2024
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