Python 3.8.0 support

Issue #57 resolved
Former user created an issue

Python 3.8 is released, and as such a new egg will have to be built under python 3.8.

Comments (3)

  1. txtsd

    I’ve built it on 3.8 and it works as well as the other eggs do with their respective python versions.

  2. SilverLynx

    Additionally, the only thing preventing you from importing the 3.7 egg is the file name. You can rename the current downloadable egg “YaRSS2-2.1.4-py3.7.egg” to “YaRSS2-2.1.4-py3.8.egg” and it will work just fine when you import it. There were no backwards incompatible updates from python 3.7 to 3.8 as far as I recall, so it should work fine, but I haven’t fully tested it yet.

  3. Log in to comment