Skip to content

Commit a4d4085

Browse files
authored
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.
1 parent 3c1fb48 commit a4d4085

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

lang/py/setup.cfg

-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ license_files = avro/LICENSE
3333
license = Apache License 2.0
3434
classifiers =
3535
License :: OSI Approved :: Apache Software License
36-
Programming Language :: Python :: 3.7
3736
Programming Language :: Python :: 3.8
3837
Programming Language :: Python :: 3.9
3938
Programming Language :: Python :: 3.10

lang/py/tox.ini

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ envlist =
2121
docs
2222
lint
2323
typechecks
24-
py37
2524
py38
2625
py39
2726
py310

0 commit comments

Comments
 (0)