Skip to content

Commit f562702

Browse files
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 f604af9 commit f562702

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)