[0.60.0](https://github.com/projen/projen/compare/v0.59.8...v0.60.0) (2022-07-24)
⚠ BREAKING CHANGES
* **cdk8s:** * **python:** `PytestSample` now requires an explicit `moduleName`, as part of the new `options: PytestSampleOptions` parameter (replacing `testdir`). If you have a `PythonProject` the module name is available from `pythonProject.moduleName`.
* **cdk8s:** In `Cdk8sTypeScriptApp`, information about the used `cdk8s` version are now available from `Cdk8sTypeScriptApp.cdk8sDeps`.
Features
* **cdk8s:** add support for building cdk8s apps with python ([1720](https://github.com/projen/projen/issues/1720)) ([e5cc514](https://github.com/projen/projen/commit/e5cc5145861b02ce9531e86215d826f60970909c))