What's Changed * Use OIDC for PyPI release by jborean93 in https://github.com/pythongssapi/k5test/pull/25 * Include both license files by carlwgeorge in https://github.com/pythongssapi/k5test/pull/26 * Fix MIT start_kadmind by rissson in https://github.com/pythongssapi/k5test/pull/27 * Set max_renewable_life to 1 week for the MIT KDC by steffen-kiess in https://github.com/pythongssapi/k5test/pull/28 * Bump version for next release by jborean93 in https://github.com/pythongssapi/k5test/pull/29
New Contributors * carlwgeorge made their first contribution in https://github.com/pythongssapi/k5test/pull/26 * rissson made their first contribution in https://github.com/pythongssapi/k5test/pull/27 * steffen-kiess made their first contribution in https://github.com/pythongssapi/k5test/pull/28
What's Changed * Remove redundant wheel dep from pyproject.toml by mgorny in https://github.com/pythongssapi/k5test/pull/19 * Use built-in shutil.which() instead of which(1) tool by mgorny in https://github.com/pythongssapi/k5test/pull/20 * Update CI to use new action versions by jborean93 in https://github.com/pythongssapi/k5test/pull/21
New Contributors * mgorny made their first contribution in https://github.com/pythongssapi/k5test/pull/19