* Drop support for Python 2.X, 3.5, and 3.6;
Add support for Python 3.10, 3.11
(https://github.com/wolever/parameterized/pull/153)
* Modernize from setup.py -> pyproject.toml
(https://github.com/wolever/parameterized/pull/147; thanks KOLANICH)
* Add ``namespace`` argument to ``parameterize.expand``
(https://github.com/wolever/parameterized/pull/148; thanks KOLANICH)
* Add support for ``IsolatedAsyncioTestCase``
(https://github.com/wolever/parameterized/pull/135; thanks Ronserruya)
* Work around for bug bpo-40126 in older versions of ``mock``
(https://github.com/wolever/parameterized/pull/129; thanks alexpizarroj)
* Allow str, bytes, and any non-iterable input to be passed to
``parameterized`` without wrapping in a tuple
(https://github.com/wolever/parameterized/pull/157)
* Fix class-level ``mock.patch.multiple``
(https://github.com/wolever/parameterized/issues/138; thanks ArthurGW)