Skip to content

Commit c0fcf09

Browse files
committed
fix cython version
1 parent 8b05b8e commit c0fcf09

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

datamodel/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
__title__ = 'python-datamodel'
55
__description__ = ('simple library based on python +3.8 to use Dataclass-syntax'
66
'for interacting with Data')
7-
__version__ = '0.6.23'
7+
__version__ = '0.6.24'
88
__author__ = 'Jesus Lara'
99
__author_email__ = '[email protected]'
1010
__license__ = 'BSD'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build-system]
22
requires = [
33
'setuptools==67.6.1',
4-
'Cython==3.0.6',
4+
'Cython==3.0.9',
55
'wheel==0.42.0'
66
]
77
build-backend = "setuptools.build_meta"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def readme():
131131
license=__license__,
132132
setup_requires=[
133133
"setuptools==67.6.1",
134-
"Cython==3.0.6",
134+
"Cython==3.0.9",
135135
"wheel==0.42.0"
136136
],
137137
install_requires=[

0 commit comments

Comments
 (0)