Skip to content

Python version 3.13 on linux-64 is not supported! #1446

@rgaiacs

Description

@rgaiacs

Python 3.13 was first released on 07 October 2024, almost a full year ago and conda-forge offers Python 3.13, see https://github.com/conda-forge/python-feedstock.

Bug description

A Git repository that has runtime.txt containing

python-3.13

will fail to be converted to a Docker image.

Expected behaviour

A Docker image to be created.

Actual behaviour

  File "/home/raniere/github.com/jupyterhub/repo2docker/repo2docker/buildpacks/conda/__init__.py", line 215, in get_build_script_files
    raise ValueError(
        f"Python version {server_py_version} on {conda_platform} is not supported!"
    )
ValueError: Python version 3.13 on linux-64 is not supported!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions