Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
AdeelH committed Dec 4, 2024
1 parent e5a3398 commit b662bd5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
python-version:
- "3.10"
- ["3.10", "3.11", "3.12"]
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -38,3 +38,5 @@ jobs:
run: |
. .venv/bin/activate
scripts/test.sh
env:
AWS_DEFAULT_REGION: us-east-1

0 comments on commit b662bd5

Please sign in to comment.