Skip to content

Commit

Permalink
chore: Mark package as Python 3.12 compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
bcyran committed Jul 7, 2024
1 parent 785fb48 commit 1758b9f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ classifiers = [
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11"
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12"
]
packages = [
{ include = "philipstv_gui", from = "src"}
Expand Down

0 comments on commit 1758b9f

Please sign in to comment.