Skip to content

Commit a97a984

Browse files
committed
Add python 3.12 and set python_requires at least 3.9
1 parent 7afd98d commit a97a984

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ def _get_cmdclass():
3434
Programming Language :: Cython
3535
Programming Language :: Python
3636
Programming Language :: Python :: 3
37-
Programming Language :: Python :: 3.8
3837
Programming Language :: Python :: 3.9
3938
Programming Language :: Python :: 3.10
4039
Programming Language :: Python :: 3.11
40+
Programming Language :: Python :: 3.12
4141
Programming Language :: Python :: Implementation :: CPython
4242
Topic :: Software Development
4343
Topic :: 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=[

0 commit comments

Comments
 (0)