dev: pybind 2.13.6 and python 3.8 (#1055)

* changed pybind 2.13.0 to 2.13.6, kept conda at min 2.13.0

* changed min python version from 3.6 to 3.8
This commit is contained in:
2024-11-25 15:01:18 +01:00
committed by GitHub
parent 1f16f84fed
commit aeb59364c5
7 changed files with 9 additions and 9 deletions

View File

@ -6,7 +6,7 @@ Getting Started
Which Python?
--------------------
We require at least Python 3.6 and strongly recommended that you don't use the system
We require at least Python 3.8 and strongly recommended that you don't use the system
Python installation. The examples in this documentation uses `conda
<https://docs.conda.io/en/latest/miniconda.html>`_ since it provides good support
also for non Python packages but there are also other alternatives like, pyenv.