pitrou commented on code in PR #14499: URL: https://github.com/apache/arrow/pull/14499#discussion_r1004451476
########## ci/docker/python-wheel-windows-vs2017.dockerfile: ########## @@ -81,7 +81,8 @@ ARG python=3.8 RUN (if "%python%"=="3.7" setx PYTHON_VERSION "3.7.9" && setx PATH "%PATH%;C:\Python37;C:\Python37\Scripts") & \ (if "%python%"=="3.8" setx PYTHON_VERSION "3.8.10" && setx PATH "%PATH%;C:\Python38;C:\Python38\Scripts") & \ (if "%python%"=="3.9" setx PYTHON_VERSION "3.9.7" && setx PATH "%PATH%;C:\Python39;C:\Python39\Scripts") & \ - (if "%python%"=="3.10" setx PYTHON_VERSION "3.10.2" && setx PATH "%PATH%;C:\Python310;C:\Python310\Scripts") + (if "%python%"=="3.10" setx PYTHON_VERSION "3.10.2" && setx PATH "%PATH%;C:\Python310;C:\Python310\Scripts") & \ Review Comment: Can we also bump make these releases up to date? ("3.10.8" instead of "3.10.2", etc.) See https://www.python.org/downloads/ for the current list ########## ci/scripts/install_python.sh: ########## @@ -28,7 +28,8 @@ declare -A versions versions=([3.7]=3.7.9 [3.8]=3.8.10 [3.9]=3.9.9 - [3.10]=3.10.1) + [3.10]=3.10.1 Review Comment: Same here. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org