Skip to content

Commit

Permalink
remove legacy version constraint for aiohttp in CI/CD workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jakob-keller committed Aug 23, 2024
1 parent 53be879 commit b2f2b89
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,6 @@ jobs:
- 3.11
- 3.12
- 3.13
include:
- aiohttp-version: ==3.9.2
- aiohttp-version: <4.0.0
python-version: 3.11
fail-fast: false
timeout-minutes: 5

Expand All @@ -72,8 +68,6 @@ jobs:
python-version: ${{ matrix.python-version }}
allow-prereleases: true
- name: Lock and sync dependencies
env:
AIOHTTP_VERSION: ${{ matrix.aiohttp-version }}
run: |
python -m pip install -U pip pip-tools
time pip-compile requirements-dev.in
Expand Down
2 changes: 0 additions & 2 deletions requirements-dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,4 @@ dill~=0.3.3
# this is needed for test_version
tomli; python_version < "3.11"

aiohttp${AIOHTTP_VERSION}

-e .[awscli,boto3]

0 comments on commit b2f2b89

Please sign in to comment.