浏览代码

Remove references to Python 2.7 in build requirements.

Marcel Admiraal 5 年之前
父节点
当前提交
ae0166f57e

+ 1 - 1
development/compiling/compiling_for_android.rst

@@ -21,7 +21,7 @@ Requirements
 
 For compiling under Windows, Linux or macOS, the following is required:
 
--  `Python 2.7+ or Python 3.5+ <https://www.python.org/downloads/>`_
+-  `Python 3.5+ <https://www.python.org/downloads/>`_
 -  `SCons <https://scons.org/pages/download.html>`_ build system
 -  `Android SDK <https://developer.android.com/studio/#command-tools>`_ (command-line tools are sufficient)
 

+ 1 - 1
development/compiling/compiling_for_osx.rst

@@ -10,7 +10,7 @@ Requirements
 
 For compiling under macOS, the following is required:
 
-- Python 3.5+ (recommended) or Python 2.7+.
+- `Python 3.5+ <https://www.python.org>`_
 - `SCons <https://www.scons.org>`_ build system.
 - `Xcode <https://apps.apple.com/us/app/xcode/id497799835>`_
   (or the more lightweight Command Line Tools for Xcode).

+ 1 - 1
development/compiling/compiling_for_web.rst

@@ -13,7 +13,7 @@ To compile export templates for the Web, the following is required:
 -  `Emscripten 1.38.27+ <http://kripken.github.io/emscripten-site>`__: If the version available
    per package manager is not recent enough, the best alternative is to install
    using the `Emscripten SDK <http://kripken.github.io/emscripten-site/docs/getting_started/downloads.html>`__
--  `Python 2.7+ or Python 3.5+ <https://www.python.org/>`__
+-  `Python 3.5+ <https://www.python.org/>`__
 -  `SCons <https://www.scons.org>`__ build system
 
 .. seealso:: For a general overview of SCons usage for Godot, see

+ 1 - 1
development/compiling/compiling_for_windows.rst

@@ -16,7 +16,7 @@ For compiling under Windows, the following is required:
   will have to run/download the installer again.**
 - MinGW-w64 with GCC can be used as an alternative to Visual Studio.
   Be sure to install/configure it to use the ``posix`` thread model.
-- `Python 3.5+ (recommended) or Python 2.7+. <https://www.python.org/downloads/windows/>`_
+- `Python 3.5+ <https://www.python.org/downloads/windows/>`_
 - `SCons <https://www.scons.org>`_ build system. If using Visual Studio 2019,
   you *must* have SCons 3.1.1 or later.
 - *Optional* - `yasm <https://yasm.tortall.net/>`_ (for WebM SIMD optimizations)

+ 1 - 1
development/compiling/compiling_for_x11.rst

@@ -12,7 +12,7 @@ For compiling under Linux or other Unix variants, the following is
 required:
 
 -  GCC or Clang
--  Python 3 or 2.7+
+-  Python 3.5+
 -  SCons build system (3.0 or later for Python 3)
 -  pkg-config (used to detect the dependencies below)
 -  X11, Xcursor, Xinerama, Xi and XRandR development libraries