Skip to content

Commit

Permalink
latest awscrt, with build fixes for 32bit Unix (#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
graebm authored Sep 2, 2022
1 parent d36bc4c commit ba6a4e0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.DS_Store
docs/.buildinfo
docs/.doctrees/
__pycache__/
Expand Down
Binary file removed codebuild/.DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def _load_version():
"Operating System :: OS Independent",
],
install_requires=[
'awscrt==0.14.3',
'awscrt==0.14.5',
],
python_requires='>=3.6',
)

0 comments on commit ba6a4e0

Please sign in to comment.