Skip to content

Commit e75c9dd

Browse files
committed
requirements: Request cython 0.29.30.
Cython 0.29.28 was generating C code that would not compile with certain versions of GCC.
1 parent 1de6fed commit e75c9dd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
[build-system]
2-
requires = ["wheel", "setuptools>=59", "Cython==0.29.28", "cython-setuptools==0.2.3" ]
2+
requires = ["wheel", "setuptools>=59", "Cython==0.29.30", "cython-setuptools==0.2.3" ]
33
build-backend = "setuptools.build_meta"
44

55
[project]
66
name="yappcap"
7-
version="0.0.2"
7+
version="0.0.3"
88
requires-python='>=3'
99
classifiers=[ # Optional
1010
"Development Status :: 4 - Beta",
1111
'Intended Audience :: Developers',
1212
'Programming Language :: Python :: 3',
1313
]
14-
dependencies = [ "Cython==0.29.28" ]
14+
dependencies = [ "Cython==0.29.30" ]
1515

1616
[project.urls]
1717
"Homepage" = "https://github.com/asterisk/yappcap"

Diff for: requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Cython==0.29.28
1+
Cython==0.29.30

0 commit comments

Comments
 (0)