Skip to content

Commit db0ab69

Browse files
aron8W9aGmichaeldwan
authored
Use Python 3.13 in generated cog.yaml (#2376)
Python 3.11 is now two versions old and 3.13 has been out for over a year at this point. This commit also removes the `fast: true` flag which is unlikely to be supported going forward. Co-authored-by: Will Sackfield <[email protected]> Co-authored-by: Michael Dwan <[email protected]>
1 parent 2c4ab6c commit db0ab69

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pkg/cli/init-templates/cog.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,11 @@ build:
1111
# - "libglib2.0-0"
1212

1313
# python version in the form '3.11' or '3.11.4'
14-
python_version: "3.11"
14+
python_version: "3.13"
1515

1616
# path to a Python requirements.txt file
1717
python_requirements: requirements.txt
1818

19-
# enable fast boots
20-
fast: true
21-
2219
# commands run after the environment is setup
2320
# run:
2421
# - "echo env is ready!"

0 commit comments

Comments
 (0)