Skip to content

Commit

Permalink
Upgrade to awcrt 0.12.5 (#2523)
Browse files Browse the repository at this point in the history
  • Loading branch information
nateprewitt committed Oct 15, 2021
1 parent aa9b6ec commit 2757b42
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changes/next-release/enchancement-AWSCRT-92804.json
@@ -0,0 +1,5 @@
{
"type": "enchancement",
"category": "AWSCRT",
"description": "Upgrade awscrt extra to 0.12.5"
}
2 changes: 1 addition & 1 deletion .github/workflows/run-crt-test.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.6, 3.7, 3.8]
python-version: [3.6, 3.7, 3.8, 3.9, "3.10"]
os: [ubuntu-latest, macOS-latest]

steps:
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -8,7 +8,7 @@ requires_dist =
urllib3>=1.25.4,<1.27

[options.extras_require]
crt = awscrt==0.11.24
crt = awscrt==0.12.5

[flake8]
ignore = E203,E226,E501,E731,W503,W504

0 comments on commit 2757b42

Please sign in to comment.