Skip to content

Commit 5d8e2d5

Browse files
authored
bump up python version to 3.12 (#1778)
Per @ezyang 's suggestion. Let's see if it resolves CI failure https://github.com/pytorch/torchtitan/actions/runs/18171202123/job/51726096088#step:16:491
1 parent 76a9293 commit 5d8e2d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.ci/docker/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ echo "Building ${IMAGE_NAME} Docker image"
1515
OS=ubuntu
1616
OS_VERSION=20.04
1717
CLANG_VERSION=""
18-
PYTHON_VERSION=3.11
18+
PYTHON_VERSION=3.12
1919
MINICONDA_VERSION=24.3.0-0
2020

2121
case "${IMAGE_NAME}" in

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
name = "torchtitan"
44
description = "A PyTorch native platform for training generative AI models"
55
readme = "README.md"
6-
requires-python = ">=3.10"
6+
requires-python = ">=3.12"
77
license = {file = "LICENSE"}
88
authors = [
99
{ name = "PyTorch Team", email = "packages@pytorch.org" },

0 commit comments

Comments
 (0)