File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2222 strategy :
2323 fail-fast : false
2424 matrix :
25- os : [ubuntu-22 .04, macos-13 ]
25+ os : [ubuntu-24 .04, macos-14 ]
2626 build_type : [static_build, shared_build]
2727
2828 steps :
Original file line number Diff line number Diff line change 77# The full license is in the file LICENSE, distributed with this software. #
88############################################################################
99
10- cmake_minimum_required (VERSION 3.4.3 )
10+ cmake_minimum_required (VERSION 3.20 )
1111project (xeus-sql)
1212
1313set (XEUS_SQL_INCLUDE_DIR ${CMAKE_CURRENT_SOURCE_DIR} /include )
Original file line number Diff line number Diff line change @@ -3,17 +3,17 @@ channels:
33 - conda-forge
44dependencies :
55 # Build dependencies
6- - cmake
6+ - cmake <4
77 - cxx-compiler
88 - ninja
99 # host dependencies
1010 - cpp-tabulate>=1.5
1111 - cppzmq
1212 - nlohmann_json
1313 - soci-core
14- - xeus-zmq>=3,<4
14+ - xeus-zmq>=3.1.1 ,<4
1515 - xproperty
16- - xvega-bindings>=0.1.0
17- - xvega>=0.1.0
16+ - xvega-bindings>=0.1.1
17+ - xvega>=0.1.3
1818 # Test dependencies
1919 - doctest >= 2.4.6
Original file line number Diff line number Diff line change 1- cmake_minimum_required (VERSION 3.1 )
1+ cmake_minimum_required (VERSION 3.20 )
22
33if (CMAKE_CURRENT_SOURCE_DIR STREQUAL CMAKE_SOURCE_DIR )
44 project (xeus_sql-test )
You can’t perform that action at this time.
0 commit comments