-
-
Notifications
You must be signed in to change notification settings - Fork 695
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
Test fail against Python 3.13-dev with a Pint error #2320
Comments
https://devguide.python.org/versions/ says that Python 3.13 is scheduled for release in October 2024. |
Got that same Pint error in CI: https://github.com/simonw/datasette/actions/runs/8681173571/job/23803398510?pr=2321
|
We currently pin to: Line 53 in 7d6d471
The most recent version is 0.23 from December 2023: https://github.com/hgrecco/pint/releases/tag/0.23 The only open issue I can find in Pint that relates to dataclasses is this one: Which links to this: Unclear if either of those relate to the error I am seeing though. |
Opened an issue against Pint here: |
I think there may be an issue with Pint - I just hit this error with Python 3.13 on my local machine:
The text was updated successfully, but these errors were encountered: