This is an automated email from the ASF dual-hosted git repository. rskraba pushed a commit to branch branch-1.9 in repository https://gitbox.apache.org/repos/asf/avro.git
commit a4945154bb99503a94b0f387cf1f28931781a580 Author: Michael A. Smith <[email protected]> AuthorDate: Mon Jun 3 09:12:21 2019 -0400 AVRO-2388: Drop Python 3.4 Support (#513) --- lang/py3/setup.cfg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lang/py3/setup.cfg b/lang/py3/setup.cfg index 9d1f437..affeded 100644 --- a/lang/py3/setup.cfg +++ b/lang/py3/setup.cfg @@ -32,7 +32,6 @@ license = Apache License 2.0 classifiers = License :: OSI Approved :: Apache Software License Programming Language :: Python :: 3 :: Only - Programming Language :: Python :: 3.4 Programming Language :: Python :: 3.5 Programming Language :: Python :: 3.6 Programming Language :: Python :: 3.7 @@ -47,7 +46,7 @@ install_requires = zip_safe = true scripts = scripts/avro -python_requires = >=3.4 +python_requires = >=3.5 test_suite = avro.tests.run_tests [options.package_data]
