bindings,ci,docs: Raise minimal Python version to 3.8

Python 3.6 and 3.7 are EOL.
This commit is contained in:
André Apitzsch
2024-06-18 11:46:54 +02:00
committed by Gabriel Ferreira
parent 43dafda7cb
commit 215449d4e6
4 changed files with 5 additions and 7 deletions

View File

@@ -68,7 +68,7 @@ are needed to get started with |ns3|:
Prerequisite Package/version
============ ===========================================================
C++ compiler ``clang++`` or ``g++`` (g++ version 9 or greater)
Python ``python3`` version >=3.6
Python ``python3`` version >=3.8
CMake ``cmake`` version >=3.13
Build system ``make``, ``ninja``, ``xcodebuild`` (XCode)
Git any recent version (to access |ns3| from `GitLab.com <https://gitlab.com/nsnam/ns-3-dev/>`_)