Skip to content

Commit 2383508

Browse files
committed
Prepare release of 0.8.2, using Cython 3.0.2.
1 parent eaa1489 commit 2383508

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
@@ -2,10 +2,10 @@
22
fastrlock changelog
33
===================
44

5-
0.8.2 (2023-08-25)
5+
0.8.2 (2023-08-27)
66
==================
77

8-
* Rebuilt with Cython 3.0.1 to add Python 3.12 support.
8+
* Rebuilt with Cython 3.0.2 to add Python 3.12 support.
99

1010

1111
0.8.1 (2022-11-02)

requirements-appveyor.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

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Cython>=3.0.1
1+
Cython>=3.0.2
22
wheel

0 commit comments

Comments
 (0)