Skip to content

Commit 0822bdf

Browse files
glesurCopilot
andauthored
update python req to 3.10 consistently (#390)
* update python req to 3.10 consistently Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 4f0ff74 commit 0822bdf

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

doc/python_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Other requirements
2-
# Python >= 3.7
2+
# Python >= 3.10
33
# Doxygen https://www.doxygen.nl/download.html
44
#
55
# Install Sphinx and required plugins with the following command

doc/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ MPI library
3434
the MPI library is GPU-Aware. If unsure, check this last point with your system administrator.
3535

3636
Python
37-
When using *Idefix* with its python interface through the module `Pydefix`, *Idefix* relies on an external python>=3.8 interpreter with the module `pybind11 <https://pybind11.readthedocs.io>`_
37+
When using *Idefix* with its python interface through the module `Pydefix`, *Idefix* relies on an external python>=3.10 interpreter with the module `pybind11 <https://pybind11.readthedocs.io>`_
3838
installed.
3939

4040
================

doc/source/modules/pydefix.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Before you start
1616
Pybind11 installation
1717
+++++++++++++++++++++
1818

19-
In order to use pydefix, you need to be working in a python>=3.8 environement that includes `pybind11 <https://pybind11.readthedocs.io>`_. Follow the instruction of your package manager to install pybind11>=2.12.
19+
In order to use pydefix, you need to be working in a python>=3.10 environment that includes `pybind11 <https://pybind11.readthedocs.io>`_. Follow the instructions of your package manager to install pybind11>=2.12.
2020

2121
Pydefix usage
2222
-------------

0 commit comments

Comments
 (0)