Skip to content

Commit 8b16659

Browse files
authored
update awscrt for raspberry pi fix (#192)
Issue: wheels were unavailable for the previous awscrt on piwheels.org
1 parent 7bd47b5 commit 8b16659

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
@@ -19,7 +19,7 @@
1919
"Operating System :: OS Independent",
2020
],
2121
install_requires=[
22-
'awscrt==0.11.14',
22+
'awscrt==0.11.17',
2323
],
2424
python_requires='>=3.5',
2525
)

0 commit comments

Comments
 (0)