Skip to content

Commit

Permalink
Add 3.11 to tox
Browse files Browse the repository at this point in the history
  • Loading branch information
mosquito committed Nov 3, 2022
1 parent d05b5bb commit ce44961
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/tox.yml
Expand Up @@ -66,6 +66,9 @@ jobs:
- python: '3.10'
toxenv: py310
os: ubuntu-latest
- python: '3.11'
toxenv: py311
os: ubuntu-latest
- python: '3.10'
toxenv: rpc
os: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
@@ -1,5 +1,5 @@
[tox]
envlist = pylava,checkdoc,py3{7,8,9,10},uvloop3{7,8,9,10},pydoc,rpc
envlist = pylava,checkdoc,py3{7-11},uvloop3{7-10},pydoc,rpc

[testenv]
passenv = COVERALLS_* GITHUB_* TEST_* FORCE_COLOR
Expand Down

0 comments on commit ce44961

Please sign in to comment.