regebro / tzlocal

A Python module that tries to figure out what your local timezone is
MIT License
184 stars 58 forks source link

Replaced pytz with zoneinfo #92

Closed agronholm closed 3 years ago

regebro commented 3 years ago

Weird that Travis-CI doesn't show up, but it passed anyway, so...

agronholm commented 3 years ago

I can make a follow-up PR that updates your testing and packaging configuration to use more modern practices, including running the test suite on multiple platforms using Github Actions. Travis still has pretty bad support for that.

regebro commented 3 years ago

Yeah, better testing would be great!

agronholm commented 3 years ago

I've created https://github.com/regebro/tzlocal/pull/94 for the testing configuration. I'm not sure why the Github Actions workflow was not triggered; I have the same trigger configuration in my other project and it does trigger for pull requests.

agronholm commented 3 years ago

I created https://github.com/regebro/tzlocal/pull/96 to fix the README that I forgot to update in this PR.

regebro commented 2 years ago

It has become obvious to me lately that this was a mistake. The question is how to fix it. Please discuss:

https://github.com/regebro/tzlocal/issues/117