Skip to content

Commit

Permalink
readd runs
Browse files Browse the repository at this point in the history
  • Loading branch information
martindurant committed Dec 17, 2024
1 parent fe873a3 commit e19247d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:
fail-fast: false
matrix:
python-version:
#- "3.9"
#- "3.10"
#- "3.11"
- "3.9"
- "3.10"
- "3.11"
- "3.12"
#- "3.13"
aiobotocore-version: [">=2.5.4,<2.6.0", ]#">=2.7.0,<2.8.0", ">=2.8.0,<2.9.0", "<3.0.0"]
- "3.13"
aiobotocore-version: [">=2.5.4,<2.6.0", ">=2.7.0,<2.8.0", ">=2.8.0,<2.9.0", "<3.0.0"]

env:
BOTO_CONFIG: /dev/null
Expand Down

0 comments on commit e19247d

Please sign in to comment.