diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 1e41795..f5def22 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -15,7 +15,7 @@ jobs: matrix: os: [ubuntu-latest, windows-latest, macos-latest] - python-version: [ 3.11 ] + python-version: [ 3.13 ] include: - os: windows-latest cpp_compiler: cl diff --git a/python-module/CMakeLists.txt b/python-module/CMakeLists.txt index 84b150f..e750009 100644 --- a/python-module/CMakeLists.txt +++ b/python-module/CMakeLists.txt @@ -22,10 +22,6 @@ # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -if(MSVC) - set(Boost_USE_STATIC_LIBS OFF) -endif() - if(CMAKE_VERSION GREATER_EQUAL 3.30) cmake_policy(SET CMP0167 NEW) endif()