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 <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
