This is an automated email from the ASF dual-hosted git repository.
fokko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/avro.git
The following commit(s) were added to refs/heads/master by this push:
new 9cfc27a AVRO-2388: Drop Python 3.4 Support (#513)
9cfc27a is described below
commit 9cfc27ae51bece7e84dcf01263ce67175d67ad86
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]