diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 612289f..a93dedb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 diff --git a/tox.ini b/tox.ini index f3e79d6..39494ac 100644 --- a/tox.ini +++ b/tox.ini @@ -7,6 +7,7 @@ envlist = docs py{37,py37}-dj{32} py{38,py38,39,py39,310}-dj{32,40,41,main} + py{311}-dj{main} [gh-actions] python = @@ -14,6 +15,7 @@ python = 3.8: py38 3.9: py39 3.10: py310 + 3.11: py311 pypy-3.7: pypy37 pypy-3.8: pypy38 pypy-3.9: pypy39