mirror of
https://github.com/vinta/awesome-python.git
synced 2026-07-17 11:32:55 -05:00
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>