Skip to content

Commit

Permalink
fix: require Python ^3.9 not ^3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
bcyran committed Apr 13, 2022
1 parent c403fe9 commit b15256a
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 @@ -11,13 +11,16 @@ classifiers = [
"Development Status :: 4 - Beta",
"License :: OSI Approved :: MIT License",
"Intended Audience :: End Users/Desktop",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
]

[tool.poetry.scripts]
philipstv-gui = "philipstv_gui.__main__:main"

[tool.poetry.dependencies]
python = "^3.10"
python = "^3.9"
philipstv = "^0.4.0"
appdirs = "^1.4.4"
ttkbootstrap = "^1.7.3"
Expand Down

0 comments on commit b15256a

Please sign in to comment.