-
Notifications
You must be signed in to change notification settings - Fork 381
Closed
Description
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!
jmarshrossney and matthewfeickert
Metadata
Metadata
Assignees
Labels
No labels