Skip to content

Commit

Permalink
Fixed jazzband#344 - Run tests on python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
pauloxnet committed Oct 25, 2022
1 parent 17ca033 commit b3dcdb9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: false
max-parallel: 5
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', 'pypy-3.7', 'pypy-3.8', 'pypy-3.9']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', 'pypy-3.7', 'pypy-3.8', 'pypy-3.9']

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@ envlist =
docs
py{37,py37}-dj{32}
py{38,py38,39,py39,310}-dj{32,40,41,main}
py311-djmain

[gh-actions]
python =
3.7: py37,flake8,readme
3.8: py38
3.9: py39
3.10: py310
3.11: py311
pypy-3.7: pypy37
pypy-3.8: pypy38
pypy-3.9: pypy39
Expand Down

0 comments on commit b3dcdb9

Please sign in to comment.