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 80753ef commit 8416da0
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
44 changes: 22 additions & 22 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 @@ -13,15 +13,15 @@ packages = [{include = "aw_notify"}]
aw-notify = "aw_notify.main:main"

[tool.poetry.dependencies]
python = "^3.9,<3.12"
python = "^3.9"
aw-client = "^0.5.13"
desktop-notifier = "^3.4.2"
rubicon-objc = { version = "^0.4.0", platform = "darwin" }

[tool.poetry.group.dev.dependencies]
black = "*"
mypy = "*"
pyinstaller = "^6.6"
pyinstaller = { version = "^6.6", python = "^3.9,<3.14" }
pytest = "^7.4"

[build-system]
Expand Down

0 comments on commit 8416da0

Please sign in to comment.