Skip to content

Commit 0c17d9e

Browse files
Copilotcclauss
andauthored
Configure mypy to explicitly target Python 3.14
Agent-Logs-Url: https://github.com/TheAlgorithms/Python/sessions/f7f0f3f6-87d5-46e5-a215-573aa8d54b2b Co-authored-by: cclauss <3709715+cclauss@users.noreply.github.com>
1 parent 3eaecdf commit 0c17d9e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,9 @@ report.sort = "Cover"
185185
[tool.mypy]
186186
python_version = "3.14"
187187

188+
[tool.mypy]
189+
python_version = "3.14"
190+
188191
[tool.sphinx-pyproject]
189192
copyright = "2014, TheAlgorithms"
190193
autoapi_dirs = [

0 commit comments

Comments
 (0)