Skip to content

Commit aa278f1

Browse files
Merge branch 'master' into tony/chore-py310-gt
2 parents 25c7ca2 + e28d146 commit aa278f1

File tree

4 files changed

+5
-118
lines changed

4 files changed

+5
-118
lines changed

.github/workflows/ci_test-vector-handler.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
os:
2020
- ubuntu-latest
2121
- windows-latest
22-
- macos-latest
22+
- macos-12
2323
python:
2424
- 3.8
2525
- 3.x
@@ -34,7 +34,7 @@ jobs:
3434
# x86 builds are only meaningful for Windows
3535
- os: ubuntu-latest
3636
architecture: x86
37-
- os: macos-latest
37+
- os: macos-12
3838
architecture: x86
3939
steps:
4040
- uses: aws-actions/configure-aws-credentials@v4

.github/workflows/ci_tests.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
os:
2727
- ubuntu-latest
2828
- windows-latest
29-
- macos-latest
29+
- macos-12
3030
python:
3131
- 3.8
3232
- 3.9
@@ -48,7 +48,7 @@ jobs:
4848
# x86 builds are only meaningful for Windows
4949
- os: ubuntu-latest
5050
architecture: x86
51-
- os: macos-latest
51+
- os: macos-12
5252
architecture: x86
5353
steps:
5454
- uses: actions/checkout@v4

appveyor.yml

-113
This file was deleted.

src/aws_encryption_sdk/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ def decrypt(self, **kwargs):
164164
... 'arn:aws:kms:us-east-1:2222222222222:key/22222222-2222-2222-2222-222222222222',
165165
... 'arn:aws:kms:us-east-1:3333333333333:key/33333333-3333-3333-3333-333333333333'
166166
... ])
167-
>>> my_ciphertext, encryptor_header = client.decrypt(
167+
>>> my_plaintext, decryptor_header = client.decrypt(
168168
... source=my_ciphertext,
169169
... key_provider=kms_key_provider
170170
... )

0 commit comments

Comments
 (0)