@@ -30,6 +30,7 @@ classifiers = [
30
30
" Programming Language :: Python :: 3.10" ,
31
31
" Programming Language :: Python :: 3.11" ,
32
32
" Programming Language :: Python :: 3.12" ,
33
+ " Programming Language :: Python :: 3.13" ,
33
34
" Programming Language :: Python :: 3 :: Only" ,
34
35
" Programming Language :: Python :: Implementation :: CPython" ,
35
36
" Topic :: Software Development" ,
@@ -67,7 +68,7 @@ license = {text = "Apache 2.0"}
67
68
maintainers = [{name = " Intel Corporation" }]
68
69
name = " dpnp"
69
70
readme = {file = " README.md" , content-type = " text/markdown" }
70
- requires-python = " >=3.9,<3.13 "
71
+ requires-python = " >=3.9,<3.14 "
71
72
72
73
[project .optional-dependencies ]
73
74
coverage = [" Cython" , " pytest" , " pytest-cov" , " coverage" , " tomli" , " llvm" ]
@@ -90,7 +91,7 @@ Repository = "https://github.com/IntelPython/dpnp.git"
90
91
91
92
[tool .black ]
92
93
line-length = 80
93
- target-version = [' py39' , ' py310' , ' py311' , ' py312' ]
94
+ target-version = [' py39' , ' py310' , ' py311' , ' py312' , ' py313 ' ]
94
95
95
96
[tool .codespell ]
96
97
builtin = " clear,rare,informal,names"
0 commit comments