forked from searxng/searxng
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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
Labels
bugSomething isn't workingSomething isn't working