Skip to content

Commit 7f7202d

Browse files
committed
Add python 3.13 to list of black static checks
1 parent 904614e commit 7f7202d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Repository = "https://github.com/IntelPython/dpnp.git"
9393

9494
[tool.black]
9595
line-length = 80
96-
target-version = ['py39', 'py310', 'py311', 'py312']
96+
target-version = ['py39', 'py310', 'py311', 'py312', 'py313']
9797

9898
[tool.codespell]
9999
builtin = "clear,rare,informal,names"

0 commit comments

Comments
 (0)