Skip to content

Commit

Permalink
Bump up minimum Python version to 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusCZ committed Dec 19, 2023
1 parent 49ca7ef commit 1048435
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 3 deletions.
42 changes: 40 additions & 2 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ledfx = 'ledfx.__main__:main'
numpy = "^1.26"
cffi = {version = "<=1.15.0", platform = "linux"}
wheel = ">=0.36.2"
python = ">=3.8.1,<=3.12.1"
python = ">=3.9,<=3.12.1"
aiohttp = "^3.9.1"
aiohttp-cors = ">=0.7.0"
aubio = ">=0.4.9"
Expand Down

0 comments on commit 1048435

Please sign in to comment.