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

Commits on Jan 28, 2021

  1. Fix: allow feedparser 6.0.2 to solve issues in Python 3.9

    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.
    apmarshall committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    868401c View commit details
    Browse the repository at this point in the history