Skip to content

Commit 989b268

Browse files
franciscojavierarceotqtensor
authored andcommitted
feat: Dropping unit tests for Python 3.8 (feast-dev#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 <[email protected]>
1 parent 346cc97 commit 989b268

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)