unt-libraries / pycallnumber

Parse, model, and manipulate any type of call number string.
BSD 3-Clause "New" or "Revised" License
63 stars 9 forks source link

Python 3.7 support #25

Closed tdilauro closed 5 years ago

tdilauro commented 5 years ago

Tests pass under Python 3.7, so seemed useful to make that explicit.

NB: Lots of deprecation warnings in the test output.

jthomale commented 5 years ago

Nice. I will have this and your previous PR merged momentarily, with python 3.7 added to the Travis build profile as well.

Re: the deprecation warnings—yikes! It looks like there are only two issues that are leading to all of those warnings, so shouldn't be too difficult to fix. I'll add an issue to get those taken care of.