diff --git a/.github/workflows/ci_testing.yml b/.github/workflows/ci_testing.yml
index 5ce71495ca032517e55069bfa94d8d5bb53ee369..770cfda95433945c4bd1bb3897e174efb1572f13 100644
--- a/.github/workflows/ci_testing.yml
+++ b/.github/workflows/ci_testing.yml
@@ -15,7 +15,7 @@ jobs:
       fail-fast: false
       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}