From c01834e9d2dc75a25ec32822cd122f6d2336791b Mon Sep 17 00:00:00 2001 From: Fokko Date: Sun, 29 Dec 2024 20:55:25 +0100 Subject: [PATCH] AVRO-4104: Drop support for Python 3.7 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. --- 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 5b2a6c78080..d2b4594a30b 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 144e358dda6..1847945b141 100644 --- a/lang/py/tox.ini +++ b/lang/py/tox.ini @@ -21,7 +21,6 @@ envlist = docs lint typechecks - py37 py38 py39 py310