Skip to content

Commit 0c01901

Browse files
author
Brendan Whitfield
committed
Uprev pint to 0.24.* for python 3.13+ support
1 parent a47d791 commit 0c01901

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030
packages=find_packages(),
3131
include_package_data=True,
3232
zip_safe=False,
33-
install_requires=["pyserial==3.*", "pint==0.20.*"],
33+
install_requires=["pyserial==3.*", "pint==0.24.*"],
3434
)

0 commit comments

Comments
 (0)