Skip to content

Commit

Permalink
feat: Dropping unit tests for Python 3.8 (feast-dev#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 <[email protected]>
  • Loading branch information
franciscojavierarceo authored and tqtensor committed Mar 11, 2024
1 parent 346cc97 commit 989b268
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 989b268

Please sign in to comment.