Skip to content

Commit

Permalink
adding spark support matrix, remove 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
fdosani committed Jan 23, 2024
1 parent ee9f12d commit 8e1ad09
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.8, 3.9, '3.10', '3.11', '3.12']
python-version: [3.8, 3.9, '3.10', '3.11']
spark-version: [3.1.3, 3.2.4, 3.3.4, 3.4.2, 3.5.0]
exclude:
- python-version: '3.11'
Expand All @@ -28,12 +28,6 @@ jobs:
spark-version: 3.2.4
- python-version: '3.11'
spark-version: 3.3.4
- python-version: '3.12'
spark-version: 3.1.3
- python-version: '3.12'
spark-version: 3.2.4
- python-version: '3.12'
spark-version: 3.3.4
env:
PYTHON_VERSION: ${{ matrix.python-version }}
SPARK_VERSION: ${{ matrix.spark-version }}
Expand Down Expand Up @@ -68,7 +62,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.8, 3.9, '3.10', '3.11', '3.12']
python-version: [3.8, 3.9, '3.10', '3.11']
env:
PYTHON_VERSION: ${{ matrix.python-version }}

Expand All @@ -94,7 +88,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.8, 3.9, '3.10', '3.11', '3.12']
python-version: [3.8, 3.9, '3.10', '3.11']
env:
PYTHON_VERSION: ${{ matrix.python-version }}

Expand Down

0 comments on commit 8e1ad09

Please sign in to comment.