Skip to content

Commit

Permalink
Raise supported Python version to 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
mmerklinger committed Dec 1, 2023
1 parent d40301b commit 21d14d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 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 @@ -31,7 +31,7 @@ include=["nitrokeyapp/ui/*.py"]
nitrokeyapp = "nitrokeyapp.__main__:main"

[tool.poetry.dependencies]
python = ">=3.9,<3.12"
python = ">=3.9,<3.13"
pyqt5 = "^5.15.10"
pyqt5-qt5 = "<=5.15.2"
pyudev = "^0.24.1"
Expand Down

0 comments on commit 21d14d4

Please sign in to comment.