Skip to content

Commit 864a6aa

Browse files
committed
boto3 develop branch requires Python >=3.10
1 parent fafea10 commit 864a6aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
- uses: actions/setup-python@v4
1111
with:
12-
python-version: '3.9' # default version on Amazon Linux 2023
12+
python-version: '3.10' # boto3 develop branch requires >=3.10
1313

1414
- uses: actions/setup-java@v3
1515
with:

0 commit comments

Comments
 (0)