Skip to content

Update boto3 requirement from <=1.28.64 to <=1.33.6 #424

Update boto3 requirement from <=1.28.64 to <=1.33.6

Update boto3 requirement from <=1.28.64 to <=1.33.6 #424

Workflow file for this run

name: Pytest
on:
- push
- pull_request
jobs:
pytest:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12"
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- run: pip install --upgrade setuptools
- run: pip install --upgrade wheel
- run: pip install tox-gh>=1.2
- run: tox -vv
- name: Upload coverage
uses: codecov/codecov-action@v3
if: ${{ matrix.python-version == '3.8' }}
with:
token: c5c72a0d-fa95-4f38-8015-9aadbaf46466