Skip to content

Commit e1d4541

Browse files
Merge branch 'Lightning-AI:master' into master
2 parents 9f4e139 + e5b5f3c commit e1d4541

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)