diff --git a/dev/tasks/verify-rc/github.linux.amd64.docker.yml b/dev/tasks/verify-rc/github.linux.amd64.docker.yml index c164a0b701847..97eecd2d28977 100644 --- a/dev/tasks/verify-rc/github.linux.amd64.docker.yml +++ b/dev/tasks/verify-rc/github.linux.amd64.docker.yml @@ -42,11 +42,12 @@ jobs: -e ARROW_GANDIVA=OFF \ {% endif %} {% if distro == "conda" and target == "integration" %} - # JPype doesn't work with Python 3.13. \ - # See also: \ - # * https://discuss.python.org/t/api-for-python-3-13-prevents-use-of-3rd-party-gc-allocators/62709/5 \ - # * GH-44386 \ - # * GH-44389 \ + {# JPype doesn't work with Python 3.13. + # See also: + # * https://discuss.python.org/t/api-for-python-3-13-prevents-use-of-3rd-party-gc-allocators/62709/5 + # * GH-44386 + # * GH-44389 + #} -e PYTHON_VERSION="3.12" \ {% endif %} -e VERIFY_RC="{{ rc|default("") }}" \