Skip to content

Commit 2dae42a

Browse files
committedOct 13, 2024··
build: change python requirement to ^3.8 with no upper bound, set python requirement for pyinstaller
1 parent a115ce3 commit 2dae42a

File tree

2 files changed

+51
-25
lines changed

2 files changed

+51
-25
lines changed
 

‎poetry.lock

+49-23
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "MPL-2.0"
99
aw-watcher-afk = "aw_watcher_afk:main"
1010

1111
[tool.poetry.dependencies]
12-
python = "^3.8,<3.13"
12+
python = "^3.8"
1313
aw-client = "^0.5"
1414
pyobjc-framework-Quartz = { version = "*", platform = "darwin" }
1515
pynput = "*"
@@ -21,7 +21,7 @@ python-xlib = { version = "0.31", platform = "linux" }
2121
[tool.poetry.dev-dependencies]
2222
mypy = "*"
2323
macholib = {version = "*", platform = "darwin"}
24-
pyinstaller = {version = "^5.2"}
24+
pyinstaller = {version = "^6.6", python = "^3.8,<3.14"}
2525

2626
[build-system]
2727
requires = ["poetry-core"]

0 commit comments

Comments
 (0)
Please sign in to comment.