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

Use stdlib datetime to parse instead of dateutil #206

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

MridulS
Copy link
Member

@MridulS MridulS commented Apr 23, 2024

One way for fixing #195.

There are indeed some issues with using the stdlib version in <py3.11 https://docs.python.org/3/library/datetime.html#datetime.datetime.fromisoformat but the tests seems to pass (not sure how comprehensive they are) and hopefully we should move to py3.11 soon enough.

@SimonHeybrock
Copy link
Member

SimonHeybrock commented Apr 23, 2024

Need to drop Python 3.9 first, or why is it failing?

@MridulS
Copy link
Member Author

MridulS commented Apr 23, 2024

Urghh yeah, this actually works only py3.11+ so would need to wait some time.

@MridulS MridulS marked this pull request as draft April 23, 2024 12:35
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