Skip to content

Commit e5b5f3c

Browse files
authored
add python 3.12 in setup.py (Lightning-AI#20850)
1 parent dd2912a commit e5b5f3c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/lightning_fabric/__setup__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,5 +108,6 @@ def _setup_args() -> dict[str, Any]:
108108
"Programming Language :: Python :: 3.9",
109109
"Programming Language :: Python :: 3.10",
110110
"Programming Language :: Python :: 3.11",
111+
"Programming Language :: Python :: 3.12",
111112
],
112113
}

src/pytorch_lightning/__setup__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,5 +110,6 @@ def _setup_args() -> dict[str, Any]:
110110
"Programming Language :: Python :: 3.9",
111111
"Programming Language :: Python :: 3.10",
112112
"Programming Language :: Python :: 3.11",
113+
"Programming Language :: Python :: 3.12",
113114
],
114115
}

0 commit comments

Comments
 (0)