diff --git a/.ci_support/linux_64_.yaml b/.ci_support/linux_64_.yaml index c3f3cfe1..3daa9eb9 100644 --- a/.ci_support/linux_64_.yaml +++ b/.ci_support/linux_64_.yaml @@ -2,7 +2,7 @@ arrow_cpp: - 10.0.1 - 11.0.0 - '12' -- 9.0.0 +- '13' c_compiler: - gcc c_compiler_version: diff --git a/.ci_support/linux_aarch64_.yaml b/.ci_support/linux_aarch64_.yaml index 8e7e91ce..7f6656b1 100644 --- a/.ci_support/linux_aarch64_.yaml +++ b/.ci_support/linux_aarch64_.yaml @@ -4,7 +4,7 @@ arrow_cpp: - 10.0.1 - 11.0.0 - '12' -- 9.0.0 +- '13' c_compiler: - gcc c_compiler_version: diff --git a/.ci_support/linux_ppc64le_.yaml b/.ci_support/linux_ppc64le_.yaml index 8c46dbf9..46489a18 100644 --- a/.ci_support/linux_ppc64le_.yaml +++ b/.ci_support/linux_ppc64le_.yaml @@ -2,7 +2,7 @@ arrow_cpp: - 10.0.1 - 11.0.0 - '12' -- 9.0.0 +- '13' c_compiler: - gcc c_compiler_version: diff --git a/.ci_support/migrations/arrow_cpp13.yaml b/.ci_support/migrations/arrow_cpp13.yaml new file mode 100644 index 00000000..b7453482 --- /dev/null +++ b/.ci_support/migrations/arrow_cpp13.yaml @@ -0,0 +1,15 @@ +__migrator: + build_number: 1 + kind: version + migration_number: 1 +arrow_cpp: +- 13 +- 12 +- 11.0.0 +- 10.0.1 +libarrow: +- 13 +- 12 +- 11.0.0 +- 10.0.1 +migrator_ts: 1692875419.4182994 diff --git a/.ci_support/migrations/json_c017.yaml b/.ci_support/migrations/json_c017.yaml deleted file mode 100644 index b3938c9b..00000000 --- a/.ci_support/migrations/json_c017.yaml +++ /dev/null @@ -1,7 +0,0 @@ -__migrator: - build_number: 1 - kind: version - migration_number: 1 -json_c: -- '0.17' -migrator_ts: 1691959516.3835154 diff --git a/.ci_support/osx_64_.yaml b/.ci_support/osx_64_.yaml index deb3c958..a07323d2 100644 --- a/.ci_support/osx_64_.yaml +++ b/.ci_support/osx_64_.yaml @@ -4,7 +4,7 @@ arrow_cpp: - 10.0.1 - 11.0.0 - '12' -- 9.0.0 +- '13' c_compiler: - clang c_compiler_version: diff --git a/.ci_support/osx_arm64_.yaml b/.ci_support/osx_arm64_.yaml index 59e4b7d2..a0220ae4 100644 --- a/.ci_support/osx_arm64_.yaml +++ b/.ci_support/osx_arm64_.yaml @@ -4,7 +4,7 @@ arrow_cpp: - 10.0.1 - 11.0.0 - '12' -- 9.0.0 +- '13' c_compiler: - clang c_compiler_version: diff --git a/.ci_support/win_64_.yaml b/.ci_support/win_64_.yaml index b559497b..a6d3d55e 100644 --- a/.ci_support/win_64_.yaml +++ b/.ci_support/win_64_.yaml @@ -2,7 +2,7 @@ arrow_cpp: - 10.0.1 - 11.0.0 - '12' -- 9.0.0 +- '13' c_compiler: - vs2019 cfitsio: diff --git a/recipe/meta.yaml b/recipe/meta.yaml index ca93414d..d3badf01 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -11,7 +11,7 @@ source: - flatgeobuffcxx17.patch build: - number: 13 + number: 14 skip_compile_pyc: - share/bash-completion/completions/*.py