Changelog
Changed
- Every [`datetime.datetime`](https://docs.python.org/library/datetime.html#datetime.datetime) is now timezone aware, using the CodinGame timezone (UTC).
- [`ClashOfCode.creation_time`](https://codingame.readthedocs.io/en/latest/api.html#codingame.ClashOfCode.creation_time) can be `None` because of an API change by CodinGame.
Fixed
- [`KeyError`](https://docs.python.org/library/exceptions.html#KeyError) was raised when using [`Client.get_clash_of_code`](https://codingame.readthedocs.io/en/latest/api.html#codingame.Client.get_clash_of_code) because of an API change by CodinGame. Closes 29.
Removed
- Removed support for python 3.7 as it has reached its end of life. For more information, see [PEP 537](https://peps.python.org/pep-0537/#lifespan).
Update
Update the module by doing `pip install codingame --upgrade`
Links
PyPi: https://pypi.org/project/codingame
Docs: https://codingame.readthedocs.io