Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/topic/johanna/python-3-5-is-ok'
Browse files Browse the repository at this point in the history
* origin/topic/johanna/python-3-5-is-ok:
  Build broker bindings for older versions of Python
  • Loading branch information
0xxon committed Aug 15, 2023
2 parents 8dacaa3 + 437c329 commit f9af5f0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
2.7.0-dev.21 | 2023-08-15 17:39:57 +0100

* Build broker bindings for older versions of Python (Johanna Amann, Corelight)

Recently (GH-370), the version of Python required to build the bindings
was upped to 3.7. This is problematic, as we have older versions of
Python in distributions that we still support; this lowers this version
again.

2.7.0-dev.19 | 2023-07-31 10:35:39 -0700

* Force rebuilds of alpine, debian-11, ubuntu-2210, and Windows CI images (Tim Wojtulewicz, Corelight)
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ endif ()

if (NOT DISABLE_PYTHON_BINDINGS)
set(Python_ADDITIONAL_VERSIONS 3)
find_package(Python 3.7 COMPONENTS Interpreter Development)
find_package(Python 3.5 COMPONENTS Interpreter Development)

if (NOT Python_FOUND)
message(STATUS "Skipping Python bindings: Python interpreter not found")
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.0-dev.19
2.7.0-dev.21

0 comments on commit f9af5f0

Please sign in to comment.