Skip to content

Commit

Permalink
remove 3.10 tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
sklarsa committed Dec 18, 2021
1 parent dd44a93 commit 72e0abb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9, "3.10"]
python-version: [3.6, 3.7, 3.8, 3.9]

steps:
- uses: actions/checkout@v1
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ python =
3.7: py37
3.8: py38
3.9: py39
3.10: py310

[testenv]
deps =
Expand Down

0 comments on commit 72e0abb

Please sign in to comment.