Skip to content

Commit

Permalink
Merge pull request #607 from Nitrokey/support-python-3.13
Browse files Browse the repository at this point in the history
Support Python 3.13
  • Loading branch information
mmerklinger authored Jan 6, 2025
2 parents b1106ff + 673aac3 commit ab36b8d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
]
dependencies = [
"cffi",
Expand Down Expand Up @@ -50,8 +51,8 @@ dev = [
"ipython",
"isort",
"mypy >=1.4,<1.5",
"pyinstaller ~=6.5.0",
"pyinstaller-versionfile ==2.1.1; sys_platform=='win32'",
"pyinstaller ~=6.11.1",
"pyinstaller-versionfile ==3.0.0; sys_platform=='win32'",
"types-cffi",
"types-requests",
"types-tqdm",
Expand Down

0 comments on commit ab36b8d

Please sign in to comment.