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 20, 2023
1 parent 24305b8 commit e347ae1
Show file tree
Hide file tree
Showing 2 changed files with 4 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.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ classifiers=[
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]
packages = [
{include = "nitrokeyapp"}
Expand All @@ -30,7 +31,7 @@ packages = [
nitrokeyapp = "nitrokeyapp.__main__:main"

[tool.poetry.dependencies]
python = ">=3.9,<3.12"
python = ">=3.9,<3.13"
pySide6 = ">=6.6.0"
pyudev = "^0.24.1"
pynitrokey = "0.4.43"
Expand Down

0 comments on commit e347ae1

Please sign in to comment.