]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
test Python 3.11 1531/head
authorDavid Lord <davidism@gmail.com>
Fri, 5 Nov 2021 14:15:25 +0000 (07:15 -0700)
committerDavid Lord <davidism@gmail.com>
Fri, 5 Nov 2021 14:15:25 +0000 (07:15 -0700)
.github/workflows/tests.yaml
tox.ini

index 3c375efa5944a5fc5dbb78192c802054c4aa8c01..4e48dd9cd0e84a7b05f86f3dde9da1849689393e 100644 (file)
@@ -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 2da3432bff6bde887d76730106ae54732b5a875a..f14c957dcde87036de703ff00651c73f7e97141e 100644 (file)
--- 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