Skip to content

Commit 3c0dbcb

Browse files
authored
Merge branch 'main' into simplify-wait-readable-loop
2 parents acef5cc + b4758a1 commit 3c0dbcb

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Version history
22

3+
## 0.3.10
4+
5+
- Support `pyzmq v27`.
6+
37
## 0.3.9
48

59
- Allow multiple `start`/`stop` calls.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "zmq-anyio"
7-
version = "0.3.9"
7+
version = "0.3.10"
88
description = "Asynchronous API for ZMQ using AnyIO"
99
readme = "README.md"
1010
authors = [
@@ -29,7 +29,7 @@ requires-python = ">= 3.9"
2929
dependencies = [
3030
"anyio >=4.8.0,<5.0.0",
3131
"anyioutils >=0.7.1,<0.8.0",
32-
"pyzmq >=26.0.0,<27.0.0",
32+
"pyzmq >=26.0.0,<28.0.0",
3333
]
3434

3535
[project.optional-dependencies]

0 commit comments

Comments
 (0)