Skip to content

Commit 0a9f786

Browse files
committed
updates dependency on Pint so that python 3.10 will be supported
1 parent b4c0827 commit 0a9f786

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.7.*"],
33+
install_requires=["pyserial==3.*", "pint==0.20.*"],
3434
)

0 commit comments

Comments
 (0)