**Installing this version requires python 3.8 or above. The end of life of python 3.7 is the 27 of june, so if you are still using it, please upgrade!**
What's Changed
* :up: Bump minimum python version to 3.8 by gabrieldemarmiesse in https://github.com/gabrieldemarmiesse/python-on-whales/pull/431
* :sparkles: Add more precise type hints for filters in docker.ps() by gabrieldemarmiesse in https://github.com/gabrieldemarmiesse/python-on-whales/pull/432
* :sparkles: Clarify type for buildx progress by gabrieldemarmiesse in https://github.com/gabrieldemarmiesse/python-on-whales/pull/435
* Support passing signals as integers (or signal.Signals enum instances) by LewisGaul in https://github.com/gabrieldemarmiesse/python-on-whales/pull/441
* Allow container selection in 'docker stats' by MisterOwlPT in https://github.com/gabrieldemarmiesse/python-on-whales/pull/447
* Use mkdocstrings to generate documentation by kclamalex in https://github.com/gabrieldemarmiesse/python-on-whales/pull/444
New Contributors
* kclamalex made their first contribution in https://github.com/gabrieldemarmiesse/python-on-whales/pull/444
**Full Changelog**: https://github.com/gabrieldemarmiesse/python-on-whales/compare/v0.60.1...v0.61.0