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 a115ce3 commit 2dae42a
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 25 deletions.
72 changes: 49 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-afk = "aw_watcher_afk:main"

[tool.poetry.dependencies]
python = "^3.8,<3.13"
python = "^3.8"
aw-client = "^0.5"
pyobjc-framework-Quartz = { version = "*", platform = "darwin" }
pynput = "*"
Expand All @@ -21,7 +21,7 @@ python-xlib = { version = "0.31", platform = "linux" }
[tool.poetry.dev-dependencies]
mypy = "*"
macholib = {version = "*", platform = "darwin"}
pyinstaller = {version = "^5.2"}
pyinstaller = {version = "^6.6", python = "^3.8,<3.14"}

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

0 comments on commit 2dae42a

Please sign in to comment.