Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Python 3.12 #846

Merged
merged 5 commits into from Oct 19, 2023
Merged

Support Python 3.12 #846

merged 5 commits into from Oct 19, 2023

Conversation

carmenbianca
Copy link
Member

@carmenbianca carmenbianca commented Oct 19, 2023

Fixes #845

@Mikaela Mikaela mentioned this pull request Oct 19, 2023
@carmenbianca
Copy link
Member Author

  /home/runner/work/reuse-tool/reuse-tool/src/reuse/report.py:186: DeprecationWarning: datetime.datetime.utcnow() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC).
    now = datetime.datetime.utcnow()

@carmenbianca carmenbianca marked this pull request as ready for review October 19, 2023 16:43
@carmenbianca carmenbianca merged commit 0e64bda into fsfe:main Oct 19, 2023
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Python 3.12 support
1 participant