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

DM-41904: Enable python 3.12 #176

Merged
merged 6 commits into from
Nov 30, 2023
Merged

DM-41904: Enable python 3.12 #176

merged 6 commits into from
Nov 30, 2023

Conversation

timj
Copy link
Member

@timj timj commented Nov 29, 2023

Checklist

  • ran Jenkins
  • added a release note for user-visible changes to doc/changes

Copy link

codecov bot commented Nov 29, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (384e888) 94.30% compared to head (6d0ec1f) 94.31%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #176   +/-   ##
=======================================
  Coverage   94.30%   94.31%           
=======================================
  Files          46       46           
  Lines        3180     3185    +5     
=======================================
+ Hits         2999     3004    +5     
  Misses        181      181           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

timj added 2 commits November 29, 2023 09:20
smptd and chunk are deprecated in various python versions.
Keep smptd for python 3.9 since wave does not correctly import
a version on that platform.
utcnow is deprecated in python 3.12 and they want you to use
now(datetime.UTC). For older python versions stick with utcnow().
Copy link
Contributor

@andy-slac andy-slac left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

@timj timj merged commit 08b3129 into main Nov 30, 2023
16 checks passed
@timj timj deleted the tickets/DM-41904 branch November 30, 2023 01:39
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.

2 participants