Skip to content

Commit 99d858e

Browse files
committed
Upgrade Cython to 0.29.24
1 parent fe01ad4 commit 99d858e

File tree

4 files changed

+817
-633
lines changed

4 files changed

+817
-633
lines changed

docs/main/changelog.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Develop
2323
- Fix ``envs_required=False`` behavior in ``Configuration.from_*()`` methods
2424
to give a priority to the explicitly provided value.
2525
- Update documentation and fix typos.
26+
- Regenerate C sources using Cython 0.29.24.
2627
- Migrate tests to ``pytest``.
2728

2829
4.36.2

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cython==0.29.22
1+
cython==0.29.24
22
pytest
33
pytest-asyncio
44
tox

0 commit comments

Comments
 (0)