Skip to content

Commit ba6a4e0

Browse files
authored
latest awscrt, with build fixes for 32bit Unix (#349)
1 parent d36bc4c commit ba6a4e0

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.DS_Store
12
docs/.buildinfo
23
docs/.doctrees/
34
__pycache__/

codebuild/.DS_Store

-6 KB
Binary file not shown.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def _load_version():
4040
"Operating System :: OS Independent",
4141
],
4242
install_requires=[
43-
'awscrt==0.14.3',
43+
'awscrt==0.14.5',
4444
],
4545
python_requires='>=3.6',
4646
)

0 commit comments

Comments
 (0)