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-proton.git


The following commit(s) were added to refs/heads/main by this push:
     new 401606fb8 PROTON-2578 Support Python 3.11 (#378)
401606fb8 is described below

commit 401606fb8eef6da92a626aa7a729efca74a7c0b4
Author: Jiri DanÄ›k <[email protected]>
AuthorDate: Thu Aug 4 12:52:34 2022 +0200

    PROTON-2578 Support Python 3.11 (#378)
---
 python/setup.cfg | 1 +
 python/tox.ini   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/python/setup.cfg b/python/setup.cfg
index 26ec60cb6..14b31e3bf 100644
--- a/python/setup.cfg
+++ b/python/setup.cfg
@@ -17,6 +17,7 @@ classifiers =
   Programming Language :: Python :: 3.8
   Programming Language :: Python :: 3.9
   Programming Language :: Python :: 3.10
+  Programming Language :: Python :: 3.11
 
 [options]
 packages = proton
diff --git a/python/tox.ini b/python/tox.ini
index 832b53dfb..c4e764e57 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 = py36,py37,py38,py39,py310
+envlist = py36,py37,py38,py39,py310,py311
 minversion = 1.7.2
 setupdir = {toxinidir}/dist
 skip_missing_interpreters = True


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

Reply via email to