Skip to content

Commit 096defc

Browse files
committed
Update Cython requirement to version 3.0.1.
1 parent 09c397e commit 096defc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ChangeLog
44
1.15 (2023-??-??)
55
-----------------
66

7-
* Add support for Python 3.12 by using Cython 3.0.0.
7+
* Add support for Python 3.12 by using Cython 3.0.1.
88

99

1010
1.14 (2023-03-19)

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
tox
22
pytest
33
coverage
4-
Cython>=3.0.0
4+
Cython>=3.0.1
55
codecov
66
wheel

0 commit comments

Comments
 (0)