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 527ef5f commit d5bf10bCopy full SHA for d5bf10b
CHANGES.md
@@ -1,5 +1,5 @@
1
-3.6.0 (TBD)
2
-===========
+3.6.0 (2025-03-13)
+==================
3
4
- Added support for libraries with a path longer than 260 on Windows. The supported path
5
length is now 10 times higher but not unlimited for security reasons.
threadpoolctl.py
@@ -24,7 +24,7 @@
24
from functools import lru_cache
25
from contextlib import ContextDecorator
26
27
-__version__ = "3.6.0.dev0"
+__version__ = "3.6.0"
28
__all__ = [
29
"threadpool_limits",
30
"threadpool_info",
0 commit comments