Commits

Martin Tzvetanov Grigorov authored ea1bd2d0660
Specify Python 3.12 version for Java interop tests Otherwise the action does nothing and uses the system-installed Python: ``` Run actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c Warning: Neither 'python-version' nor 'python-version-file' inputs were supplied. Attempting to find '.python-version' file. Warning: .python-version doesn't exist. Warning: The `python-version` input is not set. The version of Python currently in `PATH` will be used. ``` Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>