deeplook / svglib

Read SVG files and convert them to other formats.
GNU Lesser General Public License v3.0
315 stars 80 forks source link

Support Python 3.8 in Travis? #221

Closed deeplook closed 4 years ago

deeplook commented 4 years ago

After dropping Python 2.7 we might want to support 3.8. ;) I've looked at the Travis site, but I haven't seen a non-dev 3.8 version, yet.

claudep commented 4 years ago

It should be doable (see https://github.com/jazzband/tablib/blob/master/.travis.yml and https://travis-ci.org/jazzband/tablib)

deeplook commented 4 years ago

Or does this indicate full 3.8 support? https://docs.travis-ci.com/user/languages/python/

claudep commented 4 years ago

I'm sure it does.

deeplook commented 4 years ago

Tablib looks nice, thanks for the hint! I also like https://github.com/jazzband/tablib/blob/master/RELEASING.md which I feel like copy-pasting into this repo... It might have caused more releases over the last years... ;)

claudep commented 4 years ago

Fixed by b0f5d863953dbd116042582da499ea48e04101f1