From 8d0aecb3401ad2419834244874b43cf19a3c86b9 Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Fri, 26 Nov 2021 19:01:41 +0100 Subject: [PATCH 1/2] Update to Python 3.10 in the CI workflows --- .github/workflows/integration-tests.yml | 2 +- .github/workflows/python-linux.yml | 2 +- .github/workflows/python-macos.yml | 2 +- 3 files changed, 3 insertions(+), 3 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..678b5d6aae 100644 --- a/.github/workflows/python-macos.yml +++ b/.github/workflows/python-macos.yml @@ -12,7 +12,7 @@ jobs: matrix: os: [macos] python-version: - ["3.6", "3.7", "3.8", "3.9", "3.10-dev", "pypy-3.7-v7.3.3"] + ["3.6", "3.7", "3.8", "3.9", "3.10", "pypy-3.7-v7.3.3"] steps: - name: Checkout uses: actions/checkout@v2 From 61b2eebc6bc27fd112cd664893e9e5e074a39e59 Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Fri, 26 Nov 2021 19:13:46 +0100 Subject: [PATCH 2/2] Lint --- .github/workflows/python-macos.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/python-macos.yml b/.github/workflows/python-macos.yml index 678b5d6aae..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", "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