Skip to content

Commit

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

0 comments on commit adfc683

Please sign in to comment.