Skip to content

Python 3.11.16 not available for Windows #1356

Description

@mobigliani

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:

  • Ubuntu
  • macOS
  • [*] Windows

Runner type:

  • [*] Hosted
  • Self-hosted

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions