Skip to content

Commit 941a4a7

Browse files
jnoortheenjonathanslenders
authored andcommitted
chore: add py3.10 to ci
1 parent 8386ce5 commit 941a4a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
python-version: [3.6, 3.7, 3.8, 3.9]
13+
python-version: [3.6, 3.7, 3.8, 3.9, "3.10"]
1414

1515
steps:
1616
- uses: actions/checkout@v2
1717
- name: Setup Python ${{ matrix.python-version }}
18-
uses: actions/setup-python@v1
18+
uses: actions/setup-python@v2
1919
with:
2020
python-version: ${{ matrix.python-version }}
2121
- name: Install Dependencies

0 commit comments

Comments
 (0)