Skip to content

Commit

Permalink
Add Python 3.10 badge (#15681)
Browse files Browse the repository at this point in the history
(cherry picked from commit 8f44bb5)
  • Loading branch information
function2-llx authored and Borda committed Nov 16, 2022
1 parent f78dc66 commit 24f9f10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/lightning/__setup__.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,5 +106,6 @@ def _setup_args(**kwargs: Any) -> Dict[str, Any]:
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
], # todo: consider aggregation/union of tags from particular packages
)
1 change: 1 addition & 0 deletions src/pytorch_lightning/__setup__.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,5 +124,6 @@ def _setup_args(**__: Any) -> Dict[str, Any]:
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
],
)

0 comments on commit 24f9f10

Please sign in to comment.