Skip to content

Restrict Cython version - #131

Merged
Ezibenroc merged 1 commit into
masterfrom
pin_cython
Jun 20, 2025
Merged

Restrict Cython version#131
Ezibenroc merged 1 commit into
masterfrom
pin_cython

Conversation

@Ezibenroc

Copy link
Copy Markdown
Owner

Cython version 3.1 introduces a bug (for instance this test failing with the latest commit whereas it passed successfully one month ago).

To reproduce:

from pyroaring import BitMap
bm = BitMap(range(1000))
repr(bm)

Cython version 3.1 introduces a bug. To reproduce:

```
from pyroaring import BitMap
bm = BitMap(range(1000))
repr(bm)
```
@Ezibenroc
Ezibenroc merged commit f4e43c1 into master Jun 20, 2025
36 checks passed
@Ezibenroc
Ezibenroc deleted the pin_cython branch June 25, 2025 20:01
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