Skip to content

Commit 225baeb

Browse files
committed
add release note for 1.1
1 parent 8a8b59a commit 225baeb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,3 +176,8 @@ The solution is that the child will read all available `Task` payloads sent from
176176

177177
* Breaking change: `map_async` and `starmap_async` return a single `AsyncResult`, whose `.get()` returns a list. Previously they returns a list of `AsyncResult`, but this does not match `multiprocessing.Pool`.
178178
* Bugfix: Fixed deadlock for large request/response case [\#17](https://github.com/mdavis-xyz/lambda_multiprocessing/issues/17)
179+
180+
### 1.1
181+
182+
* Add support for Python 3.13
183+
* Remove support for Python 3.8

0 commit comments

Comments
 (0)