mirror of
https://github.com/vinta/awesome-python.git
synced 2026-05-09 22:17:33 +08:00
a358d45ca4
Python 3.11 introduced datetime.UTC as a cleaner alias for datetime.timezone.utc. Both build.py and fetch_github_stars.py are updated to use the shorter form. Co-Authored-By: Claude <noreply@anthropic.com>