Skip to content

Commit

Permalink
ci: Include Python 3.10 in the CI test run.
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Seifert <[email protected]>
  • Loading branch information
seifertm authored and Tinche committed May 30, 2021
1 parent be3b327 commit 42ff5d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
name: "Python ${{ matrix.python-version }}"
runs-on: "ubuntu-latest"
env:
USING_COVERAGE: "3.6,3.7,3.8,3.9"
USING_COVERAGE: "3.6,3.7,3.8,3.9,3.10"

strategy:
matrix:
python-version: ["3.6", "3.7", "3.8", "3.9"]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10-dev"]

steps:
- uses: "actions/checkout@v2"
Expand Down

0 comments on commit 42ff5d1

Please sign in to comment.