You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by kg...@apache.org on 2020/10/08 15:34:43 UTC

[qpid-dispatch] branch master updated: DISPATCH-1793: update python-checker test to allow Python3.8 (#869)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 30620aa  DISPATCH-1793: update python-checker test to allow Python3.8 (#869)
30620aa is described below

commit 30620aae1d1261dedb320a21a851f3a1dacea97e
Author: Ken Giusti <kg...@apache.org>
AuthorDate: Thu Oct 8 11:34:35 2020 -0400

    DISPATCH-1793: update python-checker test to allow Python3.8 (#869)
---
 tests/tox.ini.in | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/tests/tox.ini.in b/tests/tox.ini.in
index 1c0996a..835d1c2 100644
--- a/tests/tox.ini.in
+++ b/tests/tox.ini.in
@@ -18,7 +18,7 @@
 #
 
 [tox]
-envlist = py27,py35,py36,py37
+envlist = py27,py35,py36,py37,py38
 skipsdist = True
 minversion = ${TOX_VERSION}
 skip_missing_interpreters = True
@@ -54,3 +54,6 @@ basepython = python3.6
 [testenv:py37]
 basepython = python3.7
 
+[testenv:py38]
+basepython = python3.8
+


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