diff --git a/.github/workflows/ctests.yml b/.github/workflows/ctests.yml index 9c37be7065730639579b2078d15dfa566c9e16e4..d5e8028bea643c6bfde34f610216ced4e923d44d 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