From d3eeaeab153ff73820ff585ca3ebdae98cbcfc98 Mon Sep 17 00:00:00 2001 From: acpaquette <acpaquette@usgs.gov> Date: Thu, 31 Aug 2023 10:15:49 -0700 Subject: [PATCH] Updates tests to run against supported python versions --- .github/workflows/ctests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ctests.yml b/.github/workflows/ctests.yml index 9c37be7..d5e8028 100644 --- a/.github/workflows/ctests.yml +++ b/.github/workflows/ctests.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest] - python-version: ["3.7", "3.8", "3.9", "3.10"] + python-version: ["3.8", "3.9", "3.10", "3.11"] defaults: run: shell: bash -l {0} @@ -58,4 +58,4 @@ jobs: working-directory: ${{github.workspace}}/build/python # Execute tests defined by the CMake configuration. # See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail - run: ctest -VV -C $BUILD_TYPE \ No newline at end of file + run: ctest -VV -C $BUILD_TYPE -- GitLab