[Test] - Run CI for Python 3.10 (#12393)

* Run CI for Python 3.10

* Update py-tests-skip.yml
This commit is contained in:
Pere Miquel Brull 2023-07-12 14:42:31 +02:00 committed by GitHub
parent 78502c2196
commit 604eca9b21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -26,6 +26,6 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
py-version: ['3.7', '3.8', '3.9'] py-version: ['3.7', '3.8', '3.9', '3.10']
steps: steps:
- run: 'echo "Step is not required"' - run: 'echo "Step is not required"'

View File

@ -35,7 +35,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
py-version: ['3.7', '3.8', '3.9'] py-version: ['3.7', '3.8', '3.9', '3.10']
steps: steps:
- name: Wait for the labeler - name: Wait for the labeler