Skip to content

Commit 42ff5d1

Browse files
seifertmTinche
authored andcommitted
ci: Include Python 3.10 in the CI test run.
Signed-off-by: Michael Seifert <[email protected]>
1 parent be3b327 commit 42ff5d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
name: "Python ${{ matrix.python-version }}"
1414
runs-on: "ubuntu-latest"
1515
env:
16-
USING_COVERAGE: "3.6,3.7,3.8,3.9"
16+
USING_COVERAGE: "3.6,3.7,3.8,3.9,3.10"
1717

1818
strategy:
1919
matrix:
20-
python-version: ["3.6", "3.7", "3.8", "3.9"]
20+
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10-dev"]
2121

2222
steps:
2323
- uses: "actions/checkout@v2"

0 commit comments

Comments
 (0)