Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 committed Mar 6, 2024
commit f5627024a0ebbbd89ed23defddca99a761026ba1
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