aspiers / git-deps

git commit dependency analysis tool
GNU General Public License v2.0
299 stars 47 forks source link

Drop support for Python 3.6 #114

Closed aspiers closed 2 years ago

aspiers commented 2 years ago

These days pygit2 requires Python >= 3.7:

https://pypi.org/project/pygit2/

So reluctantly drop support for 3.6. If anyone can figure out a way of bringing it back (e.g. via using old versions of pygit2 where necessary), we could consider doing that.

aspiers commented 2 years ago

Fixed as part of #113.