From f8ce74dfb8903977bf75b2ceb1e2088433244a43 Mon Sep 17 00:00:00 2001 From: Geoffroy Lesur Date: Tue, 14 Jul 2026 11:03:44 +0200 Subject: [PATCH 1/2] update python req to 3.10 consistently --- doc/python_requirements.txt | 2 +- doc/source/index.rst | 2 +- doc/source/modules/pydefix.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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..6c6596aa 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 environement that includes `pybind11 `_. Follow the instruction of your package manager to install pybind11>=2.12. Pydefix usage ------------- From e993c713dec722f95169015260aa0e1146b91f54 Mon Sep 17 00:00:00 2001 From: Geoffroy Lesur Date: Wed, 15 Jul 2026 09:42:37 +0200 Subject: [PATCH 2/2] spell fix Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- doc/source/modules/pydefix.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/modules/pydefix.rst b/doc/source/modules/pydefix.rst index 6c6596aa..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.10 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 -------------