From 8c911b1f157286e6e5e909fafd73db79557ad4f9 Mon Sep 17 00:00:00 2001 From: Roland Kaminski Date: Thu, 15 Feb 2024 18:22:00 +0100 Subject: [PATCH] update change + bump versions --- .github/conda/conda_build_config.yaml | 3 ++- .github/workflows/test.yml | 2 +- CHANGES.md | 1 + third_party/catch | 2 +- third_party/imath | 2 +- 5 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/conda/conda_build_config.yaml b/.github/conda/conda_build_config.yaml index 789d596..4bc4282 100644 --- a/.github/conda/conda_build_config.yaml +++ b/.github/conda/conda_build_config.yaml @@ -1,8 +1,9 @@ python: - - 3.7 - 3.8 - 3.9 - 3.10 + - 3.11 + - 3.12 clingo: - 5.7 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 37acfb8..de2f140 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: fail-fast: false matrix: os: ['ubuntu-latest', 'macos-latest', 'windows-latest'] - python-version: ['3.7'] + python-version: ['3.10'] include: - os: 'ubuntu-latest' generator: 'Ninja' diff --git a/CHANGES.md b/CHANGES.md index ced9c0b..be36fb8 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -12,6 +12,7 @@ * add option to enable python script tags ## clingo-lpx 1.2.0 + * add support for ASPIF parsing * add phase selection heuristic * add bound propagation diff --git a/third_party/catch b/third_party/catch index 97c48e0..4570fca 160000 --- a/third_party/catch +++ b/third_party/catch @@ -1 +1 @@ -Subproject commit 97c48e0c343d26d50764fafdc90b1e630fbd10ce +Subproject commit 4570fca24b2fd04f82f2376b090abfa5dde965c3 diff --git a/third_party/imath b/third_party/imath index 0f44688..95ed9eb 160000 --- a/third_party/imath +++ b/third_party/imath @@ -1 +1 @@ -Subproject commit 0f4468871d7634aa93332bb96e12a5285fdbabf0 +Subproject commit 95ed9ebc8b49c428b226a20235433f643df5eda8