Skip to content

Commit

Permalink
deprecate python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
pang-wu committed Dec 9, 2024
1 parent 91e968a commit 6df6fd6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ray_nightly_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest ]
python-version: [3.8, 3.9, 3.10.14]
python-version: [3.9, 3.10.14]
spark-version: [3.2.4, 3.3.2, 3.4.0, 3.5.0]
ray-version: [2.34.0, 2.40.0]

Expand Down Expand Up @@ -83,9 +83,6 @@ jobs:
pip install torch
fi
case $PYTHON_VERSION in
3.8)
pip install "ray[train]==${{ matrix.ray-version }}"
;;
3.9)
pip install "ray[train]==${{ matrix.ray-version }}"
;;
Expand Down

0 comments on commit 6df6fd6

Please sign in to comment.