Skip to content

Commit f26d732

Browse files
author
Jonathan Kliem
committed
require cython 0.29.30
1 parent 4bbc098 commit f26d732

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build
1+
name: Build wheels and tar
22

33
on:
44
pull_request:

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Much taken from https://github.com/Ezibenroc/PyRoaringBitMap/blob/master/.github/workflows/main.yml
2-
name: memory_allocator
2+
name: test memory_allocator
33

44
on:
55
pull_request:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[build-system]
2-
requires = ["setuptools", "wheel", "Cython>=0.29.28"]
2+
requires = ["setuptools", "wheel", "Cython>=0.29.30"]
33
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)