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():
3434Programming Language :: Cython
3535Programming Language :: Python
3636Programming Language :: Python :: 3
37- Programming Language :: Python :: 3.8
3837Programming Language :: Python :: 3.9
3938Programming Language :: Python :: 3.10
4039Programming Language :: Python :: 3.11
40+ Programming Language :: Python :: 3.12
4141Programming Language :: Python :: Implementation :: CPython
4242Topic :: Software Development
4343Topic :: Scientific/Engineering
@@ -57,6 +57,7 @@ def _get_cmdclass():
5757 classifiers=[_f for _f in CLASSIFIERS.split("\n") if _f],
5858 keywords="sycl numpy python3 intel mkl oneapi gpu dpcpp",
5959 platforms=["Linux", "Windows"],
60+ python_requires='>=3.9',
6061 author="Intel Corporation",
6162 url="https://github.com/IntelPython/dpnp",
6263 packages=[
You can’t perform that action at this time.
0 commit comments