Skip to content

Commit

Permalink
Revert "Add Python 3.10 to pytest.yml (#115)"
Browse files Browse the repository at this point in the history
This reverts commit 08728ac.
  • Loading branch information
MtkN1 committed Jan 6, 2022
1 parent 08728ac commit e055bb8
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, "3.10"]
python-version: [3.7, 3.8, 3.9]
poetry-version: [1.1.6]
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit e055bb8

Please sign in to comment.