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 8fab6ee commit c95159dCopy full SHA for c95159d
VERSIONS.md
@@ -5,10 +5,12 @@
5
- remove `gevent` exclusions for Python 3.13 when possible.
6
- suspend house keeping thread when nothing to do?
7
8
-## ? on ?
+## 11.4 on 2025-03-08
9
10
- Enable _PyPy 3.11_ GitHub CI.
11
- Enable _Python 3.14t_ on GitHubCI, including a coverage issue workaround for now.
12
+- Add a _nogil_ test.
13
+- Improve documentation.
14
15
## 11.3 on 2025-03-06
16
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
[project]
name = "ProxyPatternPool"
-version = "11.3"
+version = "11.4"
authors = [ { name = "Fabien Coelho", email = "[email protected]" } ]
description = "Generic Proxy and Pool Classes for Python"
readme = "README.md"
0 commit comments