@@ -30,6 +30,7 @@ classifiers = [
3030 " Programming Language :: Python :: 3.10" ,
3131 " Programming Language :: Python :: 3.11" ,
3232 " Programming Language :: Python :: 3.12" ,
33+ " Programming Language :: Python :: 3.13" ,
3334 " Programming Language :: Python :: 3 :: Only" ,
3435 " Programming Language :: Python :: Implementation :: CPython" ,
3536 " Topic :: Software Development" ,
@@ -67,7 +68,7 @@ license = {text = "Apache 2.0"}
6768maintainers = [{name = " Intel Corporation" }]
6869name = " dpnp"
6970readme = {file = " README.md" , content-type = " text/markdown" }
70- requires-python = " >=3.9,<3.13 "
71+ requires-python = " >=3.9,<3.14 "
7172
7273[project .optional-dependencies ]
7374coverage = [" Cython" , " pytest" , " pytest-cov" , " coverage" , " tomli" , " llvm" ]
@@ -90,7 +91,7 @@ Repository = "https://github.com/IntelPython/dpnp.git"
9091
9192[tool .black ]
9293line-length = 80
93- target-version = [' py39' , ' py310' , ' py311' , ' py312' ]
94+ target-version = [' py39' , ' py310' , ' py311' , ' py312' , ' py313 ' ]
9495
9596[tool .codespell ]
9697builtin = " clear,rare,informal,names"
0 commit comments