Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 0 additions & 16 deletions .github/downstream.d/aws-dynamodb-encryption-python.sh

This file was deleted.

7 changes: 1 addition & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -408,11 +408,6 @@ jobs:
# Latest commit on the aws-encryption-sdk-python master branch, as of May 29, 2026.
REF: 61040db041104dfd950d1541039ad996dbe895be
PATH: aws-encryption-sdk-python
- DOWNSTREAM: aws-dynamodb-encryption-python
REPO: awslabs/aws-dynamodb-encryption-python
# Latest commit on the aws-dynamodb-encryption-python master branch, as of Apr 29, 2026.
REF: fbdf52978e99f06b1b513b4be33d826c5ac5ada1
PATH: aws-dynamodb-encryption-python
- DOWNSTREAM: certbot
REPO: certbot/certbot
# Latest commit on the certbot main branch, as of Jun 02, 2026.
Expand Down Expand Up @@ -459,7 +454,7 @@ jobs:
- name: Setup python
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
with:
python-version: '3.12'
python-version: '3.13'
cache: pip
cache-dependency-path: ci-constraints-requirements.txt
timeout-minutes: 3
Expand Down
Loading