diff --git a/.github/workflows/py-tests-skip.yml b/.github/workflows/py-tests-skip.yml index d8df8ce7d7d..17d364299f1 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.7', '3.8', '3.9'] + py-version: ['3.7', '3.8', '3.9', '3.10'] steps: - run: 'echo "Step is not required"' diff --git a/.github/workflows/py-tests.yml b/.github/workflows/py-tests.yml index 1fb11dd29ea..0308aca5094 100644 --- a/.github/workflows/py-tests.yml +++ b/.github/workflows/py-tests.yml @@ -35,7 +35,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - py-version: ['3.7', '3.8', '3.9'] + py-version: ['3.7', '3.8', '3.9', '3.10'] steps: - name: Wait for the labeler