You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #40 (comment) this idea was raised. It turns out to be non-trivial because Pint doesn't support Python 3.7 for newer versions. Will require adding a couple of lines to our CI CD workflow.
pint-version: [0.18, 0.19, 0.20, 0.21]
pip install 'pint==${{ matrix.pint-version }}'
The text was updated successfully, but these errors were encountered:
In #40 (comment) this idea was raised. It turns out to be non-trivial because Pint doesn't support Python 3.7 for newer versions. Will require adding a couple of lines to our CI CD workflow.
The text was updated successfully, but these errors were encountered: