Skip to content

Commit

Permalink
bump python version
Browse files Browse the repository at this point in the history
  • Loading branch information
szaszm committed Oct 21, 2024
1 parent 5529e80 commit 2daccca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ add_minifi_library(minifi-python-script-extension SHARED ${SOURCES})
target_link_libraries(minifi-python-script-extension PRIVATE ${LIBMINIFI} Threads::Threads)

include(GenericPython)
target_compile_definitions(minifi-python-script-extension PUBLIC Py_LIMITED_API=0x03060000)
target_compile_definitions(minifi-python-script-extension PUBLIC Py_LIMITED_API=0x03070000)
target_compile_definitions(minifi-python-script-extension PUBLIC PY_SSIZE_T_CLEAN)

target_sources(minifi-python-script-extension PRIVATE ${PY_SOURCES})
Expand Down

1 comment on commit 2daccca

@szaszm
Copy link
Member Author

@szaszm szaszm commented on 2daccca Oct 21, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

accidental commit, I'll revert it if we choose #1883 over #1884

Please sign in to comment.