0.70.19 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.9
- dill, >=0.4.1
Multiprocess is licensed under a BSD license.
What's Changed
- Bump jinja2 from 3.1.5 to 3.1.6 in /docs by @dependabot[bot] in #216
- drop formal support for python 3.8 by @mmckerns in #217
- Bump h11 from 0.14.0 to 0.16.0 in /docs by @dependabot[bot] in #219
- update for python3.14.0b1 by @mmckerns in #222
- sync with python 3.14.0b2 by @mmckerns in #224
- sync with python 3.13.4 by @mmckerns in #225
- sync docs with RTD 13.4.0 and codecov token by @mmckerns in #227
- update rtfd to 3.12 and docs requirements by @mmckerns in #229
- update to python3.14.0b4; update travis by @mmckerns in #230
- sync with python 3.13.7 and 3.14.0rc2 by @mmckerns in #231
- sync with python 3.13.8 by @mmckerns in #233
- formal support for 3.14; prep for 3.15 by @mmckerns in #234
- sync code with python 3.15.0a1 by @mmckerns in #235
- sync with rtd 15.4.1 by @mmckerns in #237
- sync with python 3.15.0a2 by @mmckerns in #238
- sync with 3.13.11 and 3.14.2 by @mmckerns in #240
- sync with python 3.15.0a3 by @mmckerns in #241
- update copyright for 2026, urllib3 to 2.6.0 by @mmckerns in #242
- sync with rtfd 15.10.0 by @mmckerns in #244
- Bump urllib3 from 2.6.0 to 2.6.3 in /docs by @dependabot[bot] in #243
- sync with python3.15.0a5 by @mmckerns in #245
- increase short timeout in test_interrupt for py3.15 by @mmckerns in #246
- travis use noble, 3.15t, 3.14, coverage on 3.10 by @mmckerns in #247
Full Changelog: 0.70.18...0.70.19