Description:
Latest version pulled to win32-x64 runner is 3.11.9 while the latest version available on python.org is 3.11.16
Action version:
6.1.0
Platform:
Runner type:
Tools version:
3.11
Repro steps:
After using setup-python
- name: Set up Python 3.11
id: setup-python
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
with:
python-version: 3.11
I get 3.11.9 installed, which is too old for me.
Expected behavior:
Latest available Python 3.11 version should be installed, which is 3.11.16 now.
Actual behavior:
Latest win32-x64 Python package is 3.11.9 as written in https://github.com/actions/python-versions/blob/main/versions-manifest.json
Description:
Latest version pulled to win32-x64 runner is 3.11.9 while the latest version available on python.org is 3.11.16
Action version:
6.1.0
Platform:
Runner type:
Tools version:
3.11
Repro steps:
After using setup-python
I get 3.11.9 installed, which is too old for me.
Expected behavior:
Latest available Python 3.11 version should be installed, which is 3.11.16 now.
Actual behavior:
Latest win32-x64 Python package is 3.11.9 as written in https://github.com/actions/python-versions/blob/main/versions-manifest.json