Skip to content

Commit

Permalink
feat: Dropping Python 3.8 integration tests
Browse files Browse the repository at this point in the history
Signed-off-by: franciscojavierarceo <francisco.arceo@affirm.com>
  • Loading branch information
franciscojavierarceo committed Mar 7, 2024
1 parent 0e036f8 commit 106656f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr_local_integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ "3.8", "3.10" ]
python-version: [ "3.10" ]
os: [ ubuntu-latest ]
env:
OS: ${{ matrix.os }}
Expand Down

0 comments on commit 106656f

Please sign in to comment.