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/09/19 03:33:54 UTC

[qpid-proton] 01/04: PROTON-2096: [Python] Update compatible versions of python

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 8c66a85d3198c2790b8ab8646d87bbfe409b7f77
Author: Andrew Stitcher <as...@apache.org>
AuthorDate: Wed Sep 18 16:20:50 2019 -0400

    PROTON-2096: [Python] Update compatible versions of python
---
 python/setup.py.in | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/python/setup.py.in b/python/setup.py.in
index ad7258c..16fff1b 100644
--- a/python/setup.py.in
+++ b/python/setup.py.in
@@ -331,10 +331,10 @@ setup(name='python-qpid-proton',
                    "Programming Language :: Python :: 2.6",
                    "Programming Language :: Python :: 2.7",
                    "Programming Language :: Python :: 3",
-                   "Programming Language :: Python :: 3.3",
-                   "Programming Language :: Python :: 3.4",
                    "Programming Language :: Python :: 3.5",
-                   "Programming Language :: Python :: 3.6"],
+                   "Programming Language :: Python :: 3.6",
+                   "Programming Language :: Python :: 3.7",
+                   "Programming Language :: Python :: 3.8"],
       cmdclass=cmdclass,
       extras_require={
           'opentracing': ['opentracing', 'jaeger_client']


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