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

Updates for python 3.12 #900

Merged
merged 1 commit into from
Jan 8, 2024
Merged

Updates for python 3.12 #900

merged 1 commit into from
Jan 8, 2024

Conversation

jwag956
Copy link
Collaborator

@jwag956 jwag956 commented Jan 7, 2024

  • add CI support
  • utcnow is deprecated - create our own so DB is still naive UTC timestamps
  • remove use of dateutil (it was just used for tests)
  • many places didn't use DATETIME_FACTORY - now they do
  • update translations
  • many copyright dates
  • remove JSON compatibility code for Flask pre 2.x

Copy link

codecov bot commented Jan 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (5796c18) 98.34% compared to head (f773355) 98.37%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #900      +/-   ##
==========================================
+ Coverage   98.34%   98.37%   +0.02%     
==========================================
  Files          34       34              
  Lines        4480     4487       +7     
==========================================
+ Hits         4406     4414       +8     
+ Misses         74       73       -1     

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

- add CI support
- utcnow is deprecated - create our own so DB is still naive UTC timestamps
- remove use of dateutil (it was just used for tests)
- many places didn't use DATETIME_FACTORY - now they do
- update translations
- many copyright dates
- remove JSON compatibility code for Flask pre 2.x
@jwag956 jwag956 merged commit ba995ee into master Jan 8, 2024
18 checks passed
@jwag956 jwag956 deleted the misc7 branch January 8, 2024 19:31
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 28, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant