diff --git a/docs/source/install/dependencies.rst b/docs/source/install/dependencies.rst index d459102d8..161e01155 100644 --- a/docs/source/install/dependencies.rst +++ b/docs/source/install/dependencies.rst @@ -25,7 +25,7 @@ Optional dependencies include: - see `optional I/O backends `__ - `CCache `__: to speed up rebuilds (For CUDA support, needs version 3.7.9+ and 4.2+ is recommended) - `Ninja `__: for faster parallel compiles -- `Python 3.7+ `__ +- `Python 3.8+ `__ - `mpi4py `__ - `numpy `__ diff --git a/setup.py b/setup.py index 6b1b96e2c..7506e2f5b 100644 --- a/setup.py +++ b/setup.py @@ -269,7 +269,7 @@ def build_extension(self, ext): ext_modules=cxx_modules, cmdclass=cmdclass, zip_safe=False, - python_requires=">=3.7", + python_requires=">=3.8", tests_require=["numpy", "pandas", "pytest", "scipy"], install_requires=install_requires, # cmdclass={'test': PyTest}, @@ -287,10 +287,10 @@ def build_extension(self, ext): "Topic :: Software Development :: Libraries", "Programming Language :: C++", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", ( "License :: OSI Approved :: " "BSD License" ), # TODO: use real SPDX: BSD-3-Clause-LBNL