Skip to content

Commit 60f24f9

Browse files
feat: Dropping unit tests for Python 3.8 (#3989)
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>
1 parent 43b2c28 commit 60f24f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
fail-fast: false
99
matrix:
10-
python-version: [ "3.8", "3.9", "3.10" ]
10+
python-version: [ "3.9", "3.10" ]
1111
os: [ ubuntu-latest, macOS-latest ]
1212
exclude:
1313
- os: macOS-latest

0 commit comments

Comments
 (0)