@@ -27,7 +27,6 @@ classifiers = [
2727  " Programming Language :: Cython" 
2828  " Programming Language :: Python" 
2929  " Programming Language :: Python :: 3" 
30-   " Programming Language :: Python :: 3.9" 
3130  " Programming Language :: Python :: 3.10" 
3231  " Programming Language :: Python :: 3.11" 
3332  " Programming Language :: Python :: 3.12" 
@@ -71,7 +70,7 @@ license-files = ["LICENSE.txt"]
7170maintainers  = [{name  = " Intel Corporation" 
7271name  = " dpnp" 
7372readme  = {file  = " README.md" content-type  = " text/markdown" 
74- requires-python  = " >=3.9 ,<3.14" 
73+ requires-python  = " >=3.10 ,<3.14" 
7574
7675[project .optional-dependencies ]
7776coverage  = [
@@ -103,7 +102,7 @@ Repository = "https://github.com/IntelPython/dpnp.git"
103102
104103[tool .black ]
105104line-length  = 80 
106- target-version  = [' py39 ' ,  ' py310' ' py311' ' py312' ' py313' 
105+ target-version  = [' py310' ' py311' ' py312' ' py313' 
107106
108107[tool .codespell ]
109108builtin  = " clear,rare,informal,names" 
0 commit comments