We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b1106ff + 673aac3 commit ab36b8dCopy full SHA for ab36b8d
pyproject.toml
@@ -19,6 +19,7 @@ classifiers = [
19
"Programming Language :: Python :: 3.10",
20
"Programming Language :: Python :: 3.11",
21
"Programming Language :: Python :: 3.12",
22
+ "Programming Language :: Python :: 3.13",
23
]
24
dependencies = [
25
"cffi",
@@ -50,8 +51,8 @@ dev = [
50
51
"ipython",
52
"isort",
53
"mypy >=1.4,<1.5",
- "pyinstaller ~=6.5.0",
54
- "pyinstaller-versionfile ==2.1.1; sys_platform=='win32'",
+ "pyinstaller ~=6.11.1",
55
+ "pyinstaller-versionfile ==3.0.0; sys_platform=='win32'",
56
"types-cffi",
57
"types-requests",
58
"types-tqdm",
0 commit comments