Skip to content

Commit

Permalink
build: change python requirement to ^3.8 with no upper bound, set pyt…
Browse files Browse the repository at this point in the history
…hon requirement for pyinstaller
  • Loading branch information
ErikBjare committed Oct 13, 2024
1 parent 7a89db4 commit 6f61d43
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 25 deletions.
52 changes: 29 additions & 23 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "MPL-2.0"
aw-watcher-window = "aw_watcher_window:main"

[tool.poetry.dependencies]
python = "^3.8,<3.13"
python = "^3.8"
aw-client = "^0.5"
pywin32 = {version = "306", platform = "win32"}
wmi = {version = "*", platform = "win32"}
Expand All @@ -26,7 +26,7 @@ python-xlib = {version = "0.31", platform = "linux"}
pytest = "^7.0"
mypy = "*"
macholib = {version = "*", platform = "darwin"} # Needed for pyinstaller
pyinstaller = {version = "*"}
pyinstaller = {version = "*", python = "^3.8,<3.14"}

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 6f61d43

Please sign in to comment.