Skip to content

Commit a4852b1

Browse files
committed
Prepare release of 1.15.
1 parent daf8591 commit a4852b1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGES.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
ChangeLog
22
=========
33

4-
1.15 (2023-08-25)
4+
1.15 (2023-08-27)
55
-----------------
66

7-
* Add support for Python 3.12 by using Cython 3.0.1.
7+
* Add support for Python 3.12 by using Cython 3.0.2.
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.1
4+
Cython>=3.0.2
55
codecov
66
wheel

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ platform =
77
linux: linux
88
darwin: darwin
99
deps =
10-
Cython==3.0.0
10+
Cython==3.0.2
1111
pytest
1212
#pytest-cov
1313
#coverage

0 commit comments

Comments
 (0)