Skip to content

Commit

Permalink
Add Python 3.10 to pytest.yml (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
MtkN1 committed Jan 6, 2022
1 parent 064fa92 commit 90f3f6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.7, 3.8, 3.9]
python-version: [3.7, 3.8, 3.9, 3.10]
poetry-version: [1.1.6]
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 90f3f6f

Please sign in to comment.