You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by as...@apache.org on 2019/08/30 22:17:23 UTC

[qpid-proton] 01/03: PROTON-2096: Adjust tox configuration to test recent versions of python3

This is an automated email from the ASF dual-hosted git repository.

astitcher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/qpid-proton.git

commit 083c4384a8e94a04a3f96bf36da4e411a7bdd1c4
Author: Andrew Stitcher <as...@apache.org>
AuthorDate: Fri Aug 30 11:17:36 2019 -0400

    PROTON-2096: Adjust tox configuration to test recent versions of python3
---
 python/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/python/CMakeLists.txt b/python/CMakeLists.txt
index b5c1f3b..aacb665 100644
--- a/python/CMakeLists.txt
+++ b/python/CMakeLists.txt
@@ -217,7 +217,7 @@ if (NOT TOX_MODULE_FOUND)
 else ()
   option(ENABLE_TOX_TEST "Enable multi-version python testing with TOX" ON)
 
-  set(tox_default "py26,py27,py34,py35,py36")
+  set(tox_default "py26,py27,py35,py36,py37,py38")
   set(TOX_ENVLIST "" CACHE STRING "List of python environments for TOX tests" )
   mark_as_advanced(TOX_ENVLIST)
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org