Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Add support for python 3.12 #762

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

NickG158
Copy link

@NickG158 NickG158 commented Apr 9, 2025

Fixes #733

  • Bumps radish to fix the datetime issue.
  • Bumps orjson to fix segmentation fault issue on python 3.12 tests
  • Adds tests for python 3.12
  • Removes previous datetime issue workaround

N.B. orjson drops support for python 3.8 in v3.10.16 so have used the latest possible version (3.10.15)

Thanks!

Copy link

@sanderjochems-capgemini sanderjochems-capgemini left a comment

Choose a reason for hiding this comment

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

LGTM

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.

DeprecationWarning: datetime.datetime.utcnow() on version 1.3.48 (using python 3.12)
2 participants