File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -34,10 +34,10 @@ def _get_cmdclass():
34
34
Programming Language :: Cython
35
35
Programming Language :: Python
36
36
Programming Language :: Python :: 3
37
- Programming Language :: Python :: 3.8
38
37
Programming Language :: Python :: 3.9
39
38
Programming Language :: Python :: 3.10
40
39
Programming Language :: Python :: 3.11
40
+ Programming Language :: Python :: 3.12
41
41
Programming Language :: Python :: Implementation :: CPython
42
42
Topic :: Software Development
43
43
Topic :: Scientific/Engineering
@@ -57,6 +57,7 @@ def _get_cmdclass():
57
57
classifiers = [_f for _f in CLASSIFIERS .split ("\n " ) if _f ],
58
58
keywords = "sycl numpy python3 intel mkl oneapi gpu dpcpp" ,
59
59
platforms = ["Linux" , "Windows" ],
60
+ python_requires = '>=3.9' ,
60
61
author = "Intel Corporation" ,
61
62
url = "https://github.com/IntelPython/dpnp" ,
62
63
packages = [
You can’t perform that action at this time.
0 commit comments