Skip to content

Commit

Permalink
Add Python 3.10 badge (#15681)
Browse files Browse the repository at this point in the history
  • Loading branch information
function2-llx authored Nov 15, 2022
1 parent 98af2bb commit 8f44bb5
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 @@ -107,5 +107,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 @@ -126,5 +126,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 8f44bb5

Please sign in to comment.