Skip to content

Commit 4592112

Browse files
authored
Merge pull request #2009 from minrk/261
changelog for 26.1
2 parents 2ef5633 + f80c53c commit 4592112

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

docs/source/changelog.md

+9
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ For a full changelog, consult the [git log](https://github.com/zeromq/pyzmq/comm
77

88
## 26
99

10+
### 26.1.0
11+
12+
26.1.0 is the first release with wheels for CPython 3.13.
13+
Free-threading support in CPython 3.13 is experimental,
14+
but since libzmq sockets themselves aren't threadsafe, pyzmq sockets should still be handled with locks.
15+
16+
- pyzmq tests are no longer distributed as part of the package
17+
- fix CFFI backend compilation with `-Werror=incompatible-pointer-types`
18+
1019
### 26.0.3
1120

1221
- Add Cython as build dependency for non-pypy, non-cpython implementations (fixes install on pyston)

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ classifiers = [
3838
"Programming Language :: Python :: 3.10",
3939
"Programming Language :: Python :: 3.11",
4040
"Programming Language :: Python :: 3.12",
41+
"Programming Language :: Python :: 3.13",
4142
]
4243
dependencies = ["cffi; implementation_name == 'pypy'"]
4344
description = "Python bindings for 0MQ"

0 commit comments

Comments
 (0)