Skip to content

Commit fdaf60a

Browse files
author
Fabien Coelho
committed
tentative 11.3
1 parent 310a117 commit fdaf60a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

VERSIONS.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@
55
- remove `eventlet` and `gevent` exclusions for Python 3.13 when possible.
66
- suspend house keeping thread when nothing to do?
77

8-
## ? on ?
8+
## 11.3 on 2025-03-06
99

10-
- Add convenient `dev` and `clean.dev` make targets.
1110
- Trace double return objects.
11+
- Enable _Python 3.13t_ CI with and without GIL.
1212
- Improve tests.
13+
- Add convenient `dev` and `clean.dev` make targets.
1314

1415
## 11.2 on 2024-11-17
1516

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "ProxyPatternPool"
7-
version = "11.2"
7+
version = "11.3"
88
authors = [ { name = "Fabien Coelho", email = "[email protected]" } ]
99
description = "Generic Proxy and Pool Classes for Python"
1010
readme = "README.md"

0 commit comments

Comments
 (0)