actions / setup-python

Set up your GitHub Actions workflow with a specific version of Python
MIT License
1.59k stars 505 forks source link

Missing support for Python 3.8 on Ubuntu 24.04 runner #879

Open stweil opened 1 month ago

stweil commented 1 month ago

Description: "Run actions/setup-python@v5" fails for Python 3.8 in GitHub actions with Ubuntu 24.04 (see example).

Action version: actions/setup-python@v5

Platform:

Runner type:

Tools version: Python 3.8

Repro steps:
See link above

Expected behavior: Python 3.8 should be supported (or documented as unsupported).

Actual behavior: Python 3.8 does not work with the Ubuntu 24.04 runner.

aparnajyothi-y commented 1 month ago

Hello @stweil, Thank you for creating this issue and we will look into it :)