We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daf8591 commit a4852b1Copy full SHA for a4852b1
CHANGES.rst
@@ -1,10 +1,10 @@
1
ChangeLog
2
=========
3
4
-1.15 (2023-08-25)
+1.15 (2023-08-27)
5
-----------------
6
7
-* Add support for Python 3.12 by using Cython 3.0.1.
+* Add support for Python 3.12 by using Cython 3.0.2.
8
9
10
1.14 (2023-03-19)
requirements.txt
@@ -1,6 +1,6 @@
tox
pytest
coverage
-Cython>=3.0.1
+Cython>=3.0.2
codecov
wheel
tox.ini
@@ -7,7 +7,7 @@ platform =
linux: linux
darwin: darwin
deps =
- Cython==3.0.0
+ Cython==3.0.2
11
12
#pytest-cov
13
#coverage
0 commit comments