Skip to content

Commit

Permalink
Merge pull request #188 from WilliamJamieson/testing/add_py310
Browse files Browse the repository at this point in the history
Add Python 3.10 to test matrix
  • Loading branch information
nden committed Nov 12, 2021
2 parents c158b81 + 5a380f0 commit 8517ca6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:
fail-fast: false
matrix:
include:
- name: Python 3.10.0
runs-on: ubuntu-latest
python-version: '3.10.0'
toxenv: py310

- name: Python 3.9
runs-on: ubuntu-latest
python-version: 3.9
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist= py38,style
envlist= py38, py310, style

[testenv]
deps=
Expand Down

0 comments on commit 8517ca6

Please sign in to comment.