这是indexloc提供的服务,不要输入任何密码
Skip to content

github actions: The version '3.14' with architecture 'x64' was not found for this operating system #5

@Aadniz

Description

@Aadniz

What happened?

Github actions is unable to run integration for Python 3.14. This is because we are running a self-hosted github runner on Ubuntu Latest which doesn't have Python 3.14 available in the repo.

How To Reproduce

Be on commit 9a52350 or later, should result in the github action failing.

Expected behavior

Expecting to have 7/7 checks.

Screenshots & Logs

Run actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c
  with:
    python-version: 3.14
    check-latest: false
    token: ***
    update-environment: true
    allow-prereleases: false
    freethreaded: false
  env:
    PYTHON_VERSION: 3.13
Installed versions
  Version 3.14 was not found in the local cache
  (node:1025) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
  (Use `node --trace-deprecation ...` to show where the warning was created)
  Error: The version '3.14' with architecture 'x64' was not found for this operating system.
  The list of all available versions can be found here: https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json

Additional context

The github action is running on a self-hosted NixOS machine, using docker-github-actions-runner

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions