Skip to content

Commit

Permalink
AVRO-4104: Drop support for Python 3.7
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Fokko committed Dec 29, 2024
1 parent c69bf6e commit c01834e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion lang/py/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion lang/py/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ envlist =
docs
lint
typechecks
py37
py38
py39
py310
Expand Down

0 comments on commit c01834e

Please sign in to comment.