From 604eca9b210a22f38e4c9e711f90be4ad5f9891a Mon Sep 17 00:00:00 2001 From: Pere Miquel Brull Date: Wed, 12 Jul 2023 14:42:31 +0200 Subject: [PATCH] [Test] - Run CI for Python 3.10 (#12393) * Run CI for Python 3.10 * Update py-tests-skip.yml --- .github/workflows/py-tests-skip.yml | 2 +- .github/workflows/py-tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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