From: David Lord Date: Fri, 5 Nov 2021 14:15:25 +0000 (-0700) Subject: test Python 3.11 X-Git-Tag: 3.0.3~12^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa27de364ac63c9439eaba3f5e4cc564c9d23763;p=thirdparty%2Fjinja.git test Python 3.11 --- diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 3c375efa..4e48dd9c 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -27,6 +27,7 @@ jobs: - {name: Linux, python: '3.10', os: ubuntu-latest, tox: py310} - {name: Windows, python: '3.10', os: windows-latest, tox: py310} - {name: Mac, python: '3.10', os: macos-latest, tox: py310} + - {name: '3.11-dev', python: '3.11-dev', os: ubuntu-latest, tox: py311} - {name: '3.9', python: '3.9', os: ubuntu-latest, tox: py39} - {name: '3.8', python: '3.8', os: ubuntu-latest, tox: py38} - {name: '3.7', python: '3.7', os: ubuntu-latest, tox: py37} diff --git a/tox.ini b/tox.ini index 2da3432b..f14c957d 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] envlist = - py{310,39,38,37,36,py37} + py{311,310,39,38,37,36,py37} style typing docs