Skip to content

Commit

Permalink
cmake: Update default version to 3.9.17
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesobutler authored and jcfr committed Jun 28, 2023
1 parent a3a52b1 commit 1061200
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.13.5)

set(PYTHON_VERSION "3.9.10" CACHE STRING "The version of Python to build.")
set(PYTHON_VERSION "3.9.17" CACHE STRING "The version of Python to build.")

string(REPLACE "." ";" VERSION_LIST ${PYTHON_VERSION})
list(GET VERSION_LIST 0 PY_VERSION_MAJOR)
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ How to use this buildsystem:
.. note::

By default, the build system will download the python 3.9.10 source from
By default, the build system will download the python 3.9.17 source from
http://www.python.org/ftp/python/


Expand All @@ -72,7 +72,7 @@ options on the commandline with `-DOPTION=VALUE`, or use the "ccmake" gui.

::

PYTHON_VERSION=major.minor.patch (defaults to 3.9.10)
PYTHON_VERSION=major.minor.patch (defaults to 3.9.17)
The version of Python to build.

PYTHON_APPLY_PATCHES=ON|OFF (defaults to ON)
Expand Down

0 comments on commit 1061200

Please sign in to comment.