Skip to content

Commit

Permalink
feat: Bump runtime dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Jul 2, 2024
1 parent f651c45 commit ce84dbc
Show file tree
Hide file tree
Showing 5 changed files with 843 additions and 619 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/constraints.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
poetry==1.6.1
poetry==1.8.3
7 changes: 6 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,12 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12"
env:
AWS_ACCESS_KEY_ID: NoSecretsNeeded
AWS_SECRET_ACCESS_KEY: NoSecretsNeeded
Expand Down
Loading

0 comments on commit ce84dbc

Please sign in to comment.