From ecb0c02e9b937a8ef6d7700f9b6ec79bfa23e310 Mon Sep 17 00:00:00 2001 From: Zhihui Xia Date: Wed, 9 Nov 2022 15:17:50 -0800 Subject: [PATCH] update to latest crt python --- .gitignore | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ec337bef..5ba5e8af 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ build/* # docs are updated automatically by .github/workflows/docs.yml docs/ +.vscode diff --git a/setup.py b/setup.py index bc834fa8..e30e8510 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ def _load_version(): "Operating System :: OS Independent", ], install_requires=[ - 'awscrt==0.15.2', + 'awscrt==0.15.3', ], python_requires='>=3.7', )