[7.x] Start testing on Python 3.10

Co-authored-by: Seth Michael Larson <seth.larson@elastic.co>
This commit is contained in:
github-actions[bot]
2021-06-07 13:30:04 -05:00
committed by GitHub
co-authored by Seth Michael Larson
parent ce6be4cd98
commit 1787f64d02
6 changed files with 52 additions and 13 deletions
+4 -4
View File
@@ -10,7 +10,7 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v1
- name: Set up Python 3.7
uses: actions/setup-python@v1
uses: actions/setup-python@v2
with:
python-version: 3.7
- name: Install dependencies
@@ -25,7 +25,7 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v1
- name: Set up Python 3.7
uses: actions/setup-python@v1
uses: actions/setup-python@v2
with:
python-version: 3.7
- name: Install dependencies
@@ -41,7 +41,7 @@ jobs:
python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9]
experimental: [false]
include:
- python-version: 3.9-dev
- python-version: 3.10.0-beta.2
experimental: true
runs-on: ubuntu-latest
@@ -51,7 +51,7 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v1
- name: Set Up Python - ${{ matrix.python-version }}
uses: actions/setup-python@v1
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install Dependencies