A supercharged Git/GitHub command line interface (CLI). An official integration for GitHub and GitHub Enterprise: https://github.com/works-with/category/desktop-tools
Other
7.59k
stars
440
forks
source link
Fix: allow feedparser 6.0.2 to solve issues in Python 3.9 #187
Python 3.9 changes the way base64.decodestring works, which results in AttributeErrors in gitsome. Expanding the version range for feedparser to include 6.0.2 solves these issues. Addresses #186
Python 3.9 ändert die Art und Weiseworks, was zu gitsome führt. Die Erweiterung des Versionsbereichs für Feedparser löst diese Probleme. Adressen#186base64.decodestring``AttributeErrors``6.0.2
Python 3.9 changes the way
base64.decodestring
works, which results inAttributeErrors
in gitsome. Expanding the version range for feedparser to include6.0.2
solves these issues. Addresses #186