Skip to content

Commit 5c8a2ca

Browse files
committed
[gh actions] Add Python 3.10 builds
1 parent ea87d8a commit 5c8a2ca

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/run-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
os: [ubuntu-latest]
16-
python-version: [3.6, 3.7, 3.8, 3.9]
16+
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
1717
steps:
1818
- uses: actions/checkout@v2
1919
- name: Setup Python ${{ matrix.python-version }}
@@ -33,7 +33,7 @@ jobs:
3333
strategy:
3434
matrix:
3535
os: [macos-latest]
36-
python-version: [3.6, 3.7, 3.8, 3.9]
36+
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
3737
steps:
3838
- uses: actions/checkout@v2
3939
- name: Setup Python ${{ matrix.python-version }}
@@ -54,7 +54,7 @@ jobs:
5454
strategy:
5555
matrix:
5656
os: [windows-latest]
57-
python-version: [3.6, 3.7, 3.8, 3.9]
57+
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
5858
steps:
5959
- uses: actions/checkout@v2
6060
- name: Setup Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)