Skip to content

Commit

Permalink
Merge pull request #665 from borglab/update/wrapper
Browse files Browse the repository at this point in the history
Update wrapper
  • Loading branch information
varunagrawal authored Jan 13, 2021
2 parents 9ff19de + 45bbf3d commit 17634bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions wrap/cmake/GtwrapUtils.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ macro(get_python_version)
if(NOT ${PYTHONINTERP_FOUND})
message(
FATAL_ERROR
"Cannot find Python interpreter. Please install Python >= 3.6.")
"Cannot find Python interpreter. Please install Python>=3.5.")
endif()

find_package(PythonLibs ${PYTHON_VERSION_STRING})
Expand All @@ -34,7 +34,7 @@ macro(get_python_version)
if(NOT ${Python_FOUND})
message(
FATAL_ERROR
"Cannot find Python interpreter. Please install Python>=3.6.")
"Cannot find Python interpreter. Please install Python>=3.5.")
endif()

endif()
Expand Down
2 changes: 1 addition & 1 deletion wrap/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
keywords="wrap, bindings, cpp, python",
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
python_requires=">=3.6",
python_requires=">=3.5",
# https://pypi.org/classifiers
classifiers=[
'Development Status :: 4 - Beta',
Expand Down

0 comments on commit 17634bf

Please sign in to comment.