diff --git a/.github/workflows/matrix.py b/.github/workflows/matrix.py index 0b9097ce48..142fa60f3c 100644 --- a/.github/workflows/matrix.py +++ b/.github/workflows/matrix.py @@ -43,7 +43,6 @@ # List of python versions to use for tests python_test_list = python_release_list + [ - '3.8', '3.9', '3.10' ]