0.70.18 Release Notes
Basically, multiprocess is a friendly fork of multiprocessing, where multiprocess provides better serialization.
Multiprocess installs with pip:
$ pip install multiprocess
Multiprocess requires:
- python or pypy, >=3.8
- dill, >=0.4.0
Multiprocess is licensed under a BSD license.
What's Changed
- update travis badge link by @mmckerns in #194
- docs formatting for sphinx 8.x by @mmckerns in #195
- add initial support for python 3.14 by @mmckerns in #202
- Bump starlette from 0.37.2 to 0.40.0 in /docs by @dependabot in #198
- fix typo in requirements.txt by @mmckerns in #203
- updated for python3.14.0a2 by @mmckerns in #204
- sync with python 3.12.8 and 3.13.1 by @mmckerns in #205
- update to python 3.14.0a3 by @mmckerns in #206
- updated copyright for 2025 by @mmckerns in #207
- Bump jinja2 from 3.1.4 to 3.1.5 in /docs by @dependabot in #208
- update to python3.14.0a4 by @mmckerns in #209
- add support for 3.14.0a5, 3.13.2, 3.12.9, and pypy v7.3.18 by @mmckerns in #211
- update docs requirements; CI for pypy3.11 by @mmckerns in #212
- update for slow testing with pypy3.11 by @mmckerns in #213
- add support for 3.14.0a6 by @mmckerns in #214
- update to sync with python 3.14.0a7, 3.13.3, 3.12.10 by @mmckerns in #215
Full Changelog: 0.70.17...0.70.18