This is an automated email from the ASF dual-hosted git repository.
opwvhk pushed a commit to branch branch-1.12
in repository https://gitbox.apache.org/repos/asf/avro.git
The following commit(s) were added to refs/heads/branch-1.12 by this push:
new 4db5fb024d AVRO-4104: Drop support for Python 3.7 (#3276)
4db5fb024d is described below
commit 4db5fb024df3133c4499d88eaf6d4552bf1cf1af
Author: Fokko Driesprong <[email protected]>
AuthorDate: Mon Dec 30 15:08:57 2024 +0100
AVRO-4104: Drop support for Python 3.7 (#3276)
Python 3.7 has been EOL since June 2023:
https://devguide.python.org/versions/
It now also breaks the CI because
third-party packages dropped 3.7.
(cherry picked from commit a4d408575f83bd8c2c04a6b9eb4f55217bd813c5)
---
lang/py/setup.cfg | 1 -
lang/py/tox.ini | 1 -
2 files changed, 2 deletions(-)
diff --git a/lang/py/setup.cfg b/lang/py/setup.cfg
index 5b2a6c7808..d2b4594a30 100644
--- a/lang/py/setup.cfg
+++ b/lang/py/setup.cfg
@@ -33,7 +33,6 @@ license_files = avro/LICENSE
license = Apache License 2.0
classifiers =
License :: OSI Approved :: Apache Software License
- Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
diff --git a/lang/py/tox.ini b/lang/py/tox.ini
index 144e358dda..1847945b14 100644
--- a/lang/py/tox.ini
+++ b/lang/py/tox.ini
@@ -21,7 +21,6 @@ envlist =
docs
lint
typechecks
- py37
py38
py39
py310