diff --git a/.github/workflows/py-tests-skip.yml b/.github/workflows/py-tests-skip.yml index b01e1619f08..d390a45a83b 100644 --- a/.github/workflows/py-tests-skip.yml +++ b/.github/workflows/py-tests-skip.yml @@ -26,6 +26,6 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - py-version: ['3.8', '3.9', '3.10'] + py-version: ['3.8', '3.9', '3.10', '3.11'] steps: - run: 'echo "Step is not required"'