Skip to content

Commit

Permalink
drop 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
fdosani committed Mar 8, 2024
1 parent 40598c6 commit 726fd9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.8, 3.9, '3.10', '3.11']
spark-version: [3.2.4, 3.3.4, 3.4.2, 3.5.0]
python-version: [3.9, '3.10', '3.11']
spark-version: [3.2.4, 3.3.4, 3.4.2, 3.5.1]
pandas-version: [2.2.1, 1.5.3]
exclude:
- python-version: '3.11'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ with the Pandas on Spark implementation. Spark plans to support Pandas 2 in [Spa
With version ``0.12.0``:
- Not support Pandas ``2.0.0`` For the native Spark implemention
- Spark ``3.1`` support will be dropped
- Python ``3.8`` support is dropped


| | Spark 3.2.4 | Spark 3.3.4 | Spark 3.4.2 | Spark 3.5.1 |
|-------------|-------------|-------------|-------------|-------------|
| Python 3.8 |||||
| Python 3.9 |||||
| Python 3.10 |||||
| Python 3.11 |||||
Expand Down

0 comments on commit 726fd9d

Please sign in to comment.