Skip to content

Commit

Permalink
Add py39 and py310 for tests (#984)
Browse files Browse the repository at this point in the history
  • Loading branch information
eleftherioszisis committed Mar 3, 2022
1 parent d896651 commit e071ba5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8]
python-version: ['3.7', '3.8', '3.9', '3.10']

steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ testdeps =

[tox]
envlist =
{py37,py38}
py{37,38,39,310}
py38-lint
py38-coverage
py38-docs
Expand Down Expand Up @@ -60,3 +60,5 @@ convention = google
python =
3.7: py37
3.8: py38
3.9: py39
3.10: py310

0 comments on commit e071ba5

Please sign in to comment.