Skip to content

Commit

Permalink
Fix references to Python 3.5 in README/CMakeLists
Browse files Browse the repository at this point in the history
  • Loading branch information
timwoj committed Dec 5, 2024
1 parent b3019b4 commit 7f9fa73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ include(cmake/CommonCMakeConfig.cmake)

find_package(SWIG 1.3.30 REQUIRED)
list(APPEND Python_ADDITIONAL_VERSIONS 3)
find_package(Python 3.5 REQUIRED COMPONENTS Interpreter Development)
find_package(Python 3.9 REQUIRED COMPONENTS Interpreter Development)

include_directories(BEFORE ${Python_INCLUDE_DIRS})
include_directories(${CMAKE_CURRENT_SOURCE_DIR}/include)
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ PySubnetTree comes with a BSD license.
Prerequisites
-------------

This package requires Python 3.5 or newer.
This package requires Python 3.9 or newer.

Installation
------------
Expand Down

0 comments on commit 7f9fa73

Please sign in to comment.