diff --git a/setup.py b/setup.py index 37c85fd2647d..be32243d34a6 100644 --- a/setup.py +++ b/setup.py @@ -43,6 +43,7 @@ def _get_cmdclass(): Topic :: Software Development Topic :: Scientific/Engineering Operating System :: Microsoft :: Windows +Operating System :: POSIX :: Linux Operating System :: POSIX Operating System :: Unix """ @@ -82,4 +83,6 @@ def _get_cmdclass(): ] }, include_package_data=False, + python_requires=">=3.9,<3.14", + install_requires=["dpctl >= 0.19.0dev0", "numpy"], )