Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: allow feedparser 6.0.2 to solve issues in Python 3.9 #187

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

apmarshall
Copy link

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 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.
@Jimimaku
Copy link

Jimimaku commented Nov 22, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants