taskflow/releasenotes/notes/disable-process_executor-python-312-d1074c816bc8303e.yaml
Cyril Roelandt 78d39c49aa Python3.12: disable process_executor, which depends on asyncore
The asyncore module has been deprecated in Python 3.6 and removed in
Python 3.12. In the future, we should either port process_executor to
asyncio or deprecate it, but for now we just disable it starting in
Python 3.12.

Closes-Bug: #2026183

Change-Id: I6c69593c5ce5a62721294564917d7a75531a2dac
2024-05-03 23:23:58 +00:00

7 lines
195 B
YAML

---
deprecations:
- |
The process_executor module has been deprecated, starting with Python 3.12.
It is still available in older versions of Python. There is no replacement
for it.