Skip to content

Commit

Permalink
feat: Dropping unit tests for Python 3.8 (#3989)
Browse files Browse the repository at this point in the history
feat: dropping unit tests for Python 3.8

Update unit_tests.yml to no longer run for Python 3.8

Signed-off-by: franciscojavierarceo <francisco.arceo@affirm.com>
  • Loading branch information
franciscojavierarceo authored and HaoXuAI committed Mar 9, 2024
1 parent 4a737ac commit 22afc17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ "3.8", "3.9", "3.10" ]
python-version: [ "3.9", "3.10" ]
os: [ ubuntu-latest, macOS-latest ]
exclude:
- os: macOS-latest
Expand Down

0 comments on commit 22afc17

Please sign in to comment.