Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
Project specifies a Python version range of >=3.8,<4.0, but PyInstaller requires >=3.8, <3.13 or >=3.8, <3.14 depending on the version.
  • Loading branch information
Game4Move78 authored Feb 2, 2025
1 parent 43864b2 commit a0fd126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ pyinstaller = ">=6.6"
types-click = "*"

[tool.mypy]
python_version = 3.8
python_version = "^3.8,<3.14" # PyInstaller needs <3.14
ignore_missing_imports = true

[[tool.mypy.overrides]]
Expand Down

0 comments on commit a0fd126

Please sign in to comment.