| commit | 6d1bdf2fc24c7bf401b74535e8d6a567d34bb1b7 | [log] [tgz] |
|---|---|---|
| author | Abderrahim Kitouni <akitouni@gnome.org> | Fri Aug 18 11:18:42 2023 +0100 |
| committer | Abderrahim Kitouni <akitouni@gnome.org> | Fri Aug 18 11:18:42 2023 +0100 |
| tree | 7e02cbd0196ea4c8e2bd8b8a688ba8fc7d78aa0b | |
| parent | fd9fff088c78f8f79b63676749cafd56dd860d52 [diff] |
tox.ini: test on python 3.11 as well
diff --git a/tox.ini b/tox.ini index 743826e..f191662 100644 --- a/tox.ini +++ b/tox.ini
@@ -16,7 +16,7 @@ # Tox global configuration # [tox] -envlist = py{37,38,39,310}-{bst-fixed,bst-master} +envlist = py{37,38,39,310,311}-{bst-fixed,bst-master} skip_missing_interpreters = true #