Skip to content

Commit 88e204f

Browse files
chore: add Python version classifiers to fix PyPI version badge (#32)
* Initial plan * Add Python version classifiers to fix PyPI badge Co-authored-by: deviantintegral <255023+deviantintegral@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: deviantintegral <255023+deviantintegral@users.noreply.github.com>
1 parent 0299759 commit 88e204f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ description = "Async Python library for controlling Dimplex, Faber, and Real Fla
99
readme = "README.md"
1010
license = "Apache-2.0"
1111
requires-python = ">=3.13"
12+
classifiers = [
13+
"Programming Language :: Python :: 3",
14+
"Programming Language :: Python :: 3.13",
15+
]
1216
dependencies = [
1317
"aiohttp>=3.13.3",
1418
"msal>=1.34.0",

0 commit comments

Comments
 (0)