jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1060824?usp=email )
Change subject: Add interpreter to tox and test CI with python-all image ......................................................................
Add interpreter to tox and test CI with python-all image
Change-Id: I5236d79f5405d3f96639d7f90dc72cc51c541879 --- M tox.ini 1 file changed, 3 insertions(+), 0 deletions(-)
Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
diff --git a/tox.ini b/tox.ini index cb1ea95..20bfc23 100644 --- a/tox.ini +++ b/tox.ini @@ -18,6 +18,9 @@ py37: python3.7 py38: python3.8 py39: python3.9 + py310: python3.10 + py311: python3.11 + py312: python3.12 setenv = VIRTUAL_ENV={envdir} PYWIKIBOT_NO_USER_CONFIG=2
pywikibot-commits@lists.wikimedia.org