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 b6813a6 commit 81f70f0Copy full SHA for 81f70f0
CHANGES.md
@@ -1,5 +1,5 @@
1
-3.4.0 (TDB)
2
-===========
+3.4.0 (2024-03-20)
+==================
3
4
- Added support for Python interpreters statically linked against libc or linked against
5
alternative implementations of libc like musl (on Alpine Linux for instance).
threadpoolctl.py
@@ -23,7 +23,7 @@
23
from functools import lru_cache
24
from contextlib import ContextDecorator
25
26
-__version__ = "3.3.0"
+__version__ = "3.4.0"
27
__all__ = [
28
"threadpool_limits",
29
"threadpool_info",
0 commit comments