Revert "Drop support for EOL Python 3.7" · gitpython-developers/gitdb@bd21ed4

Original file line numberDiff line numberDiff line change

@@ -22,7 +22,7 @@

2222

zip_safe=False,

2323

install_requires=['smmap>=3.0.1,<6'],

2424

long_description="""GitDB is a pure-Python git object database""",

25-

python_requires='>=3.8',

25+

python_requires='>=3.7',

2626

# See https://pypi.python.org/pypi?%3Aaction=list_classifiers

2727

classifiers=[

2828

"Development Status :: 5 - Production/Stable",

@@ -35,6 +35,7 @@

3535

"Operating System :: MacOS :: MacOS X",

3636

"Programming Language :: Python",

3737

"Programming Language :: Python :: 3",

38+

"Programming Language :: Python :: 3.7",

3839

"Programming Language :: Python :: 3.8",

3940

"Programming Language :: Python :: 3.9",

4041

"Programming Language :: Python :: 3.10",