tintoy / seqlog

Python logging integration for Seq (https://getseq.net)
https://seqlog.readthedocs.io/
MIT License
17 stars 11 forks source link

Migrate tests to Python 3.8 #38

Closed tintoy closed 1 year ago

tintoy commented 3 years ago

As suggested by @piotrmaslanka, this will probably make it a little easier to build / test (since 3.8 has more wheels available for it, and may also mitigate some threading-related issues arising from idiosyncratic usage of the threading API).

Vacant0mens commented 1 year ago

I would say upgrading to 3.10 would be even better, if it's possible. This build isn't working on 3.6, but it worked locally when I ran it locally using 3.10 (aside from a warning about sending a None-type as message text, which looks normal to me).

tintoy commented 1 year ago

Thanks for your patience, and sorry for the delay!

Published v0.3.23 🙂

Vacant0mens commented 1 year ago

This seems like it could be closed, yes?

tintoy commented 1 year ago

Yep! Thanks for the reminder 🙂