From ead83374b3b874bdf4ea47fca5aee1ecb5940a85 Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Fri, 26 Nov 2021 22:50:29 +0100 Subject: [PATCH] Update to Python 3.10 in the CI workflows (#618) * Update to Python 3.10 in the CI workflows * Lint --- .github/workflows/integration-tests.yml | 2 +- .github/workflows/python-linux.yml | 2 +- .github/workflows/python-macos.yml | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 0e57da37df..f8a9c99d63 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -11,7 +11,7 @@ jobs: fail-fast: false matrix: os: [ubuntu] - python-version: ["3.6", "3.7", "3.8", "3.9", "3.10-dev", "pypy3"] + python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "pypy3"] steps: - name: Checkout uses: actions/checkout@v2 diff --git a/.github/workflows/python-linux.yml b/.github/workflows/python-linux.yml index c0dd2bc7dc..7402aba1bd 100644 --- a/.github/workflows/python-linux.yml +++ b/.github/workflows/python-linux.yml @@ -35,7 +35,7 @@ jobs: fail-fast: false matrix: os: [ubuntu] - python-version: ["3.6", "3.7", "3.8", "3.9", "3.10-dev", "pypy3"] + python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "pypy3"] steps: - name: Checkout uses: actions/checkout@v2 diff --git a/.github/workflows/python-macos.yml b/.github/workflows/python-macos.yml index dc6a725d96..8ae21aa66c 100644 --- a/.github/workflows/python-macos.yml +++ b/.github/workflows/python-macos.yml @@ -11,8 +11,7 @@ jobs: fail-fast: false matrix: os: [macos] - python-version: - ["3.6", "3.7", "3.8", "3.9", "3.10-dev", "pypy-3.7-v7.3.3"] + python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "pypy-3.7-v7.3.3"] steps: - name: Checkout uses: actions/checkout@v2