diff --git a/.github/workflows/ci_testing.yml b/.github/workflows/ci_testing.yml
index ffc9986f1cd169bb9aef2fafa37402dd511b40c3..5c76acdd6637b07b6b13cbf65bbb16ba647fd966 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"]
+       python-version: ["3.8", "3.9", "3.10", "3.11"]
     defaults:
       run:
         shell: bash -l {0}