Skip to content

Commit ab36b8d

Browse files
authored
Merge pull request #607 from Nitrokey/support-python-3.13
Support Python 3.13
2 parents b1106ff + 673aac3 commit ab36b8d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

+3-2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ classifiers = [
1919
"Programming Language :: Python :: 3.10",
2020
"Programming Language :: Python :: 3.11",
2121
"Programming Language :: Python :: 3.12",
22+
"Programming Language :: Python :: 3.13",
2223
]
2324
dependencies = [
2425
"cffi",
@@ -50,8 +51,8 @@ dev = [
5051
"ipython",
5152
"isort",
5253
"mypy >=1.4,<1.5",
53-
"pyinstaller ~=6.5.0",
54-
"pyinstaller-versionfile ==2.1.1; sys_platform=='win32'",
54+
"pyinstaller ~=6.11.1",
55+
"pyinstaller-versionfile ==3.0.0; sys_platform=='win32'",
5556
"types-cffi",
5657
"types-requests",
5758
"types-tqdm",

0 commit comments

Comments
 (0)