diff --git a/doc/python_requirements.txt b/doc/python_requirements.txt index 28715fb7..991631e8 100644 --- a/doc/python_requirements.txt +++ b/doc/python_requirements.txt @@ -1,5 +1,5 @@ # Other requirements -# Python >= 3.7 +# Python >= 3.10 # Doxygen https://www.doxygen.nl/download.html # # Install Sphinx and required plugins with the following command diff --git a/doc/source/index.rst b/doc/source/index.rst index 2871f795..2cea98cd 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -34,7 +34,7 @@ MPI library the MPI library is GPU-Aware. If unsure, check this last point with your system administrator. Python - When using *Idefix* with its python interface through the module `Pydefix`, *Idefix* relies on an external python>=3.8 interpreter with the module `pybind11 `_ + When using *Idefix* with its python interface through the module `Pydefix`, *Idefix* relies on an external python>=3.10 interpreter with the module `pybind11 `_ installed. ================ diff --git a/doc/source/modules/pydefix.rst b/doc/source/modules/pydefix.rst index 0a8daf75..d359810e 100644 --- a/doc/source/modules/pydefix.rst +++ b/doc/source/modules/pydefix.rst @@ -16,7 +16,7 @@ Before you start Pybind11 installation +++++++++++++++++++++ -In order to use pydefix, you need to be working in a python>=3.8 environement that includes `pybind11 `_. Follow the instruction of your package manager to install pybind11>=2.12. +In order to use pydefix, you need to be working in a python>=3.10 environment that includes `pybind11 `_. Follow the instructions of your package manager to install pybind11>=2.12. Pydefix usage -------------