Skip to content

Commit

Permalink
add python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgafni committed Nov 7, 2023
1 parent 3536d5b commit 01eb90c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ keywords = ["state", "control", "remote", "application"]
classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Utilities",
"Programming Language :: Python"
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
]

[tool.poetry.dependencies]
Expand Down

0 comments on commit 01eb90c

Please sign in to comment.