From cc3e41150fa79527f00ba4c311811ee5db1d782b Mon Sep 17 00:00:00 2001 From: Waqar Ahmed Khan Date: Tue, 12 Mar 2024 11:11:15 -0700 Subject: [PATCH] Add specific OS --- crt/aws-c-common | 2 +- crt/aws-c-io | 2 +- crt/aws-lc | 2 +- crt/s2n | 2 +- setup.py | 5 ++++- 5 files changed, 8 insertions(+), 5 deletions(-) diff --git a/crt/aws-c-common b/crt/aws-c-common index 15a25349d..fcadc0dd5 160000 --- a/crt/aws-c-common +++ b/crt/aws-c-common @@ -1 +1 @@ -Subproject commit 15a25349d59852e2655c0920835644f2eb948d77 +Subproject commit fcadc0dd5d8a26134c8bbf08c58e30eff50d177b diff --git a/crt/aws-c-io b/crt/aws-c-io index 5b89f50a8..5afc94435 160000 --- a/crt/aws-c-io +++ b/crt/aws-c-io @@ -1 +1 @@ -Subproject commit 5b89f50a813271d68b8efe58f0515b480b1356c7 +Subproject commit 5afc94435cc0c0b3dc33279dd62552ea15bbea0c diff --git a/crt/aws-lc b/crt/aws-lc index 19d9ace40..7b383f4e1 160000 --- a/crt/aws-lc +++ b/crt/aws-lc @@ -1 +1 @@ -Subproject commit 19d9ace40f6770e062b1e9ec1d46935b300b948e +Subproject commit 7b383f4e14be4ed792a48585544887aed536f2c4 diff --git a/crt/s2n b/crt/s2n index 80a691335..5b83319c6 160000 --- a/crt/s2n +++ b/crt/s2n @@ -1 +1 @@ -Subproject commit 80a691335f6ec4846634952cb1a9bf1327e4b953 +Subproject commit 5b83319c68d96fedd24a86698e4a7c199d16fc64 diff --git a/setup.py b/setup.py index 5442777c3..df0ff039e 100644 --- a/setup.py +++ b/setup.py @@ -411,7 +411,10 @@ def _load_version(): classifiers=[ "Programming Language :: Python :: 3", "License :: OSI Approved :: Apache Software License", - "Operating System :: OS Independent", + "Operating System :: Microsoft :: Windows", + "Operating System :: POSIX", + "Operating System :: Unix", + "Operating System :: MacOS", ], python_requires='>=3.7', ext_modules=[awscrt_ext()],