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 fa88673 commit f3aec1f
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 27 deletions.
76 changes: 51 additions & 25 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 @@ -12,12 +12,12 @@ packages = [
aw-watcher-input = "aw_watcher_input.main:main"

[tool.poetry.dependencies]
python = "^3.8,<3.12"
python = "^3.8"
aw-client = "^0.5.13"
aw-watcher-afk = {git = "https://github.com/ActivityWatch/aw-watcher-afk.git"}

[tool.poetry.dev-dependencies]
pyinstaller = "^5.7"
pyinstaller = { version = "^6.6", python = "^3.8,<3.14" }
mypy = "*"
black = "*"

Expand Down

0 comments on commit f3aec1f

Please sign in to comment.