This is an automated email from the ASF dual-hosted git repository. astitcher pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/qpid-proton.git
The following commit(s) were added to refs/heads/main by this push: new e3ba722b6 PROTON-2815: [Python] Correct supported versions of Python (again) e3ba722b6 is described below commit e3ba722b6df57b2f81787e0ace8efb7ac639d501 Author: Andrew Stitcher <astitc...@apache.org> AuthorDate: Fri Apr 19 14:06:47 2024 -0400 PROTON-2815: [Python] Correct supported versions of Python (again) --- python/tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/tox.ini b/python/tox.ini index f47890069..f75ead919 100644 --- a/python/tox.ini +++ b/python/tox.ini @@ -1,6 +1,6 @@ [tox] # This will be overridden by ctest setting TOXENV for anything but this default -envlist = py38,py39,py310,py311,py312 +envlist = py39,py310,py311,py312 minversion = 1.7.2 skip_missing_interpreters = True --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org