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

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

commit ade8703df415e896370bc242cf0b39ff2f8de264
Author: Jiri Danek <[email protected]>
AuthorDate: Fri Nov 5 17:21:09 2021 +0100

    NO-JIRA Add Python 3.10 tox profile
---
 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 61330eb..a13e1b3 100644
--- a/tests/tox.ini.in
+++ b/tests/tox.ini.in
@@ -18,7 +18,7 @@
 #
 
 [tox]
-envlist = py36,py37,py38,py39
+envlist = py36,py37,py38,py39,py310
 skipsdist = True
 minversion = ${TOX_VERSION}
 skip_missing_interpreters = True
@@ -47,6 +47,9 @@ basepython = python3.8
 [testenv:py39]
 basepython = python3.9
 
+[testenv:py310]
+basepython = python3.10
+
 [flake8]
 # TODO(DISPATCH-1974) decrease the limit
 max-line-length = 464

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to