Skip to content

Commit

Permalink
Revert update to Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
timwoj committed Aug 4, 2023
1 parent 526e2cf commit 4b61af7
Show file tree
Hide file tree
Showing 3 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
Expand Up @@ -34,7 +34,7 @@ endif ()

find_package(Zeek)
list(APPEND Python_ADDITIONAL_VERSIONS 3)
set(ZEEKCTL_PYTHON_MIN 3.7.0)
set(ZEEKCTL_PYTHON_MIN 3.5.0)
find_package(Python ${ZEEKCTL_PYTHON_MIN} REQUIRED COMPONENTS Interpreter)
find_package(SubnetTree)
find_package(PCAP)
Expand Down
2 changes: 1 addition & 1 deletion auxil/pysubnettree
2 changes: 1 addition & 1 deletion auxil/trace-summary
Submodule trace-summary updated 1 files
+1 −1 CMakeLists.txt

0 comments on commit 4b61af7

Please sign in to comment.