diff --git a/.github/workflows/code_testing.yml b/.github/workflows/code_testing.yml index 89b03e0..5efc991 100644 --- a/.github/workflows/code_testing.yml +++ b/.github/workflows/code_testing.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: os: [ ubuntu-latest, macos-latest, windows-latest ] - python-version: [ "3.7", "3.8", "3.9" , "3.10", "3.11" ] + python-version: [ "3.9" , "3.10", "3.11" ] steps: