Skip to content

Commit

Permalink
fix cython version
Browse files Browse the repository at this point in the history
  • Loading branch information
phenobarbital committed Mar 27, 2024
1 parent 8b05b8e commit c0fcf09
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion datamodel/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
__title__ = 'python-datamodel'
__description__ = ('simple library based on python +3.8 to use Dataclass-syntax'
'for interacting with Data')
__version__ = '0.6.23'
__version__ = '0.6.24'
__author__ = 'Jesus Lara'
__author_email__ = '[email protected]'
__license__ = 'BSD'
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[build-system]
requires = [
'setuptools==67.6.1',
'Cython==3.0.6',
'Cython==3.0.9',
'wheel==0.42.0'
]
build-backend = "setuptools.build_meta"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def readme():
license=__license__,
setup_requires=[
"setuptools==67.6.1",
"Cython==3.0.6",
"Cython==3.0.9",
"wheel==0.42.0"
],
install_requires=[
Expand Down

0 comments on commit c0fcf09

Please sign in to comment.