Skip to content

Commit dfa405b

Browse files
committed
Add Python 3.13 to freeze.py
Related to #1446
1 parent 703a864 commit dfa405b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repo2docker/buildpacks/conda/freeze.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def set_python(py_env_file, py):
113113
"py",
114114
nargs="*",
115115
help="Python version(s) to update and freeze",
116-
default=("3.8", "3.9", "3.10", "3.11", "3.12"),
116+
default=("3.8", "3.9", "3.10", "3.11", "3.12", "3.13"),
117117
)
118118
parser.add_argument(
119119
"platform",

0 commit comments

Comments
 (0)