Skip to content

Update botocore requirement from <1.42.0,>=1.15.0 to >=1.15.0,<1.43.0 #3518

Update botocore requirement from <1.42.0,>=1.15.0 to >=1.15.0,<1.43.0

Update botocore requirement from <1.42.0,>=1.15.0 to >=1.15.0,<1.43.0 #3518

Workflow file for this run

name: build-and-test
on: [push]
jobs:
build:
runs-on: ubuntu-24.04
strategy:
matrix:
python-version: [3.12]
steps:
- uses: actions/checkout@v6
- name: Flake8
run: make flake8
- name: Test
run: make test