Fix: CI error for python 3.6 & macOS (#6215)

Co-authored-by: GitHub Action <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: maliubiao <maliubiao@gmail.com>
Co-authored-by: Maxim Martynov <martinov_m_s_@mail.ru>
Co-authored-by: Niyas Sait <niyas.sait@linaro.org>
Co-authored-by: Jiaqi <jiaqi@creditninja.com>
Co-authored-by: Ben Greiner <code@bnavigator.de>
Co-authored-by: David Leen <dleen@netflix.com>
Co-authored-by: Kevin Bates <kbates4@gmail.com>
Co-authored-by: Steven Silvester <steven.silvester@gmail.com>
This commit is contained in:
Alexey Stepanov 2021-12-24 18:19:42 +01:00 committed by GitHub
parent 3e0e92de70
commit 8fd3ce97b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -11,7 +11,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu]
python-version: [ '3.6' ]
python-version: [ '3.7' ]
steps:
- name: Checkout
uses: actions/checkout@v1

View File

@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ '3.6' , '3.7', '3.8', '3.9' ]
python-version: [ '3.7', '3.8', '3.9', '3.10' ]
steps:
- name: Checkout
uses: actions/checkout@v1

View File

@ -11,7 +11,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu, macos, windows]
python-version: [ '3.6' , '3.7', '3.8', '3.9' ]
python-version: [ '3.7', '3.8', '3.9', '3.10' ]
steps:
- name: Checkout
uses: actions/checkout@v1

View File

@ -12,7 +12,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu, macos]
python-version: [ '3.6', '3.7', '3.8', '3.9' ]
python-version: [ '3.7', '3.8', '3.9', '3.10' ]
steps:
- name: Checkout
uses: actions/checkout@v2