gitpython-developers / gitdb

IO of git-style object databases
http://gitdb.readthedocs.org
Other
212 stars 65 forks source link

Revert "Drop support for EOL Python 3.7" #94

Closed EliahKagan closed 10 months ago

EliahKagan commented 10 months ago

This brings back Python 3.7 support (allowing it to be installed on 3.7, and testing on 3.7 on CI), even though 3.7 is end-of-life. The reason is that support for 3.7 is not being dropped by GitPython yet, and there is value in keeping the version ranges supported by GitPython and gitdb consistent. This is noted in review comments on https://github.com/gitpython-developers/GitPython/pull/1654.

This reverts commit 875acb45cd8e9353c1911717bd2cd05b3e40ed05.

Byron commented 10 months ago

Perfect, thank you!